From 162f049be84c0000c63218511e5d5b43e9762acf Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Wed, 24 Jul 2024 10:21:57 +0100 Subject: [PATCH 1/3] add news file --- news/1876-feature.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/1876-feature.md diff --git a/news/1876-feature.md b/news/1876-feature.md new file mode 100644 index 000000000..9f53615f0 --- /dev/null +++ b/news/1876-feature.md @@ -0,0 +1 @@ +Manually bump DicomTypeTranslation, IsIdentifiable, YamlDotNet, and RDMP libs From 2182a30b791de88a3ce2b05d7143e80571c55404 Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Wed, 24 Jul 2024 10:23:20 +0100 Subject: [PATCH 2/3] update CHANGELOG for release --- CHANGELOG.md | 9 ++++++++- news/1876-feature.md | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 news/1876-feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 48247e55f..2b2837134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ A raw git diff can be seen [here][unreleased]. +## [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 @@ -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 diff --git a/news/1876-feature.md b/news/1876-feature.md deleted file mode 100644 index 9f53615f0..000000000 --- a/news/1876-feature.md +++ /dev/null @@ -1 +0,0 @@ -Manually bump DicomTypeTranslation, IsIdentifiable, YamlDotNet, and RDMP libs From 547456beda9c5d1d8f82839a81c66e3d7ac300a0 Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Wed, 24 Jul 2024 10:23:47 +0100 Subject: [PATCH 3/3] bump version --- src/SharedAssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index a5c6bcac8..9a59a40cc 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -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