From ee5498e6ba0ae6209992b151d88ee11f61f3ea6f Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Fri, 15 Nov 2024 16:24:53 +0000 Subject: [PATCH] v5.10.1 --- CHANGELOG.md | 9 ++++++++- SharedAssemblyInfo.cs | 6 +++--- news/1993-bugfix.md | 1 - 3 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 news/1993-bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fc9756b..d5dd9df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ A raw git diff can be seen [here][unreleased]. +## [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 @@ -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 @@ -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 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 57b839d14..e0ec8b2db 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -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 diff --git a/news/1993-bugfix.md b/news/1993-bugfix.md deleted file mode 100644 index 1f178ff79..000000000 --- a/news/1993-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Add `SelfContained` property, now required for .NET 8+