Skip to content

Commit

Permalink
v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 15, 2024
1 parent ca4971c commit ee5498e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.10.1] 2024-11-15

### Bugfix

- [#1993](https://github.com/SMI/SmiServices/pull/1993) by rkm. Add `SelfContained` property, now required for .NET 8+

## [5.10.0] 2024-11-15

### Bugfix
Expand Down Expand Up @@ -1445,6 +1451,7 @@ First stable release after importing the repository from the private
[5.1.2]: https://github.com/SMI/SmiServices/compare/v5.1.1...v5.1.2
[5.1.3]: https://github.com/SMI/SmiServices/compare/v5.1.2...v5.1.3
[5.10.0]: https://github.com/SMI/SmiServices/compare/v5.9.0...v5.10.0
[5.10.1]: https://github.com/SMI/SmiServices/compare/v5.10.0...v5.10.1
[5.2.0]: https://github.com/SMI/SmiServices/compare/v5.1.3...v5.2.0
[5.3.0]: https://github.com/SMI/SmiServices/compare/v5.2.0...v5.3.0
[5.4.0]: https://github.com/SMI/SmiServices/compare/v5.3.0...v5.4.0
Expand All @@ -1456,4 +1463,4 @@ First stable release after importing the repository from the private
[5.7.2]: https://github.com/SMI/SmiServices/compare/v5.7.1...v5.7.2
[5.8.0]: https://github.com/SMI/SmiServices/compare/v5.7.2...v5.8.0
[5.9.0]: https://github.com/SMI/SmiServices/compare/v5.8.0...v5.9.0
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.10.0...main
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.10.1...main
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.10.0")]
[assembly: AssemblyFileVersion("5.10.0")]
[assembly: AssemblyInformationalVersion("5.10.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.10.1")]
[assembly: AssemblyFileVersion("5.10.1")]
[assembly: AssemblyInformationalVersion("5.10.1")] // This one can have the extra build info after it
1 change: 0 additions & 1 deletion news/1993-bugfix.md

This file was deleted.

0 comments on commit ee5498e

Please sign in to comment.