Skip to content

Commit

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

<!--next-->

## [5.10.3] 2024-11-18

### Bugfix

- [#2003](https://github.com/SMI/SmiServices/pull/2003) by rkm. Fix UpdateValues/Updater to work with postgres

### Meta

- [#1997](https://github.com/SMI/SmiServices/pull/1997) by rkm. Specify RuntimeIdentifier in Directory.Build.props so VS knows which one to pick. Required since SelfContained was set

## [5.10.2] 2024-11-17

### Bugfix
Expand Down Expand Up @@ -1459,6 +1469,7 @@ First stable release after importing the repository from the private
[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.10.2]: https://github.com/SMI/SmiServices/compare/v5.10.1...v5.10.2
[5.10.3]: https://github.com/SMI/SmiServices/compare/v5.10.2...v5.10.3
[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 @@ -1470,4 +1481,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.2...main
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.10.3...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.2")]
[assembly: AssemblyFileVersion("5.10.2")]
[assembly: AssemblyInformationalVersion("5.10.2")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.10.3")]
[assembly: AssemblyFileVersion("5.10.3")]
[assembly: AssemblyInformationalVersion("5.10.3")] // This one can have the extra build info after it
1 change: 0 additions & 1 deletion news/1997-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2003-bugfix.md

This file was deleted.

0 comments on commit cadb8c7

Please sign in to comment.