Skip to content

Commit cadb8c7

Browse files
committed
v5.10.3
1 parent 0de1d61 commit cadb8c7

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ A raw git diff can be seen [here][unreleased].
1111

1212
<!--next-->
1313

14+
## [5.10.3] 2024-11-18
15+
16+
### Bugfix
17+
18+
- [#2003](https://github.com/SMI/SmiServices/pull/2003) by rkm. Fix UpdateValues/Updater to work with postgres
19+
20+
### Meta
21+
22+
- [#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
23+
1424
## [5.10.2] 2024-11-17
1525

1626
### Bugfix
@@ -1459,6 +1469,7 @@ First stable release after importing the repository from the private
14591469
[5.10.0]: https://github.com/SMI/SmiServices/compare/v5.9.0...v5.10.0
14601470
[5.10.1]: https://github.com/SMI/SmiServices/compare/v5.10.0...v5.10.1
14611471
[5.10.2]: https://github.com/SMI/SmiServices/compare/v5.10.1...v5.10.2
1472+
[5.10.3]: https://github.com/SMI/SmiServices/compare/v5.10.2...v5.10.3
14621473
[5.2.0]: https://github.com/SMI/SmiServices/compare/v5.1.3...v5.2.0
14631474
[5.3.0]: https://github.com/SMI/SmiServices/compare/v5.2.0...v5.3.0
14641475
[5.4.0]: https://github.com/SMI/SmiServices/compare/v5.3.0...v5.4.0
@@ -1470,4 +1481,4 @@ First stable release after importing the repository from the private
14701481
[5.7.2]: https://github.com/SMI/SmiServices/compare/v5.7.1...v5.7.2
14711482
[5.8.0]: https://github.com/SMI/SmiServices/compare/v5.7.2...v5.8.0
14721483
[5.9.0]: https://github.com/SMI/SmiServices/compare/v5.8.0...v5.9.0
1473-
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.10.2...main
1484+
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.10.3...main

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
[assembly: AssemblyCulture("")]
88

99
// These should be overwritten by release builds
10-
[assembly: AssemblyVersion("5.10.2")]
11-
[assembly: AssemblyFileVersion("5.10.2")]
12-
[assembly: AssemblyInformationalVersion("5.10.2")] // This one can have the extra build info after it
10+
[assembly: AssemblyVersion("5.10.3")]
11+
[assembly: AssemblyFileVersion("5.10.3")]
12+
[assembly: AssemblyInformationalVersion("5.10.3")] // This one can have the extra build info after it

news/1997-meta.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2003-bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)