Skip to content

Commit

Permalink
Merge pull request #1877 from SMI/release/v5.7.1
Browse files Browse the repository at this point in the history
Release v5.7.1
  • Loading branch information
rkm authored Jul 24, 2024
2 parents cd887ea + 547456b commit 7c407ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 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.7.1] 2024-07-24

### Feature

- [#1876](https://github.com/SMI/SmiServices/pull/1876) by rkm. Manually bump DicomTypeTranslation, IsIdentifiable, YamlDotNet, and RDMP libs

## [5.7.0] 2024-06-24

### Feature
Expand Down Expand Up @@ -1369,4 +1375,5 @@ First stable release after importing the repository from the private
[5.6.0]: https://github.com/SMI/SmiServices/compare/v5.5.0...v5.6.0
[5.6.1]: https://github.com/SMI/SmiServices/compare/v5.6.0...v5.6.1
[5.7.0]: https://github.com/SMI/SmiServices/compare/v5.6.1...v5.7.0
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.0...main
[5.7.1]: https://github.com/SMI/SmiServices/compare/v5.7.0...v5.7.1
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.1...main
6 changes: 3 additions & 3 deletions src/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.7.0")]
[assembly: AssemblyFileVersion("5.7.0")]
[assembly: AssemblyInformationalVersion("5.7.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.7.1")]
[assembly: AssemblyFileVersion("5.7.1")]
[assembly: AssemblyInformationalVersion("5.7.1")] // This one can have the extra build info after it

0 comments on commit 7c407ff

Please sign in to comment.