From 0075809f4c3170f9eb3128a4d56e1716f72adaa4 Mon Sep 17 00:00:00 2001 From: tznind Date: Wed, 28 Sep 2022 16:21:20 +0100 Subject: [PATCH] Update to v6.0.1 --- CHANGELOG.md | 7 ++++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3035b5b..8ae5e267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.1] 2022-09-27 + +- Fixed issue running `ExecuteCommandCreateNewImagingDatasetSuite` when using a YamlRepository + ## [6.0.0] 2022-09-27 - Updated to target RDMP version 8.0.0 @@ -378,7 +382,8 @@ Updated to be compatible with RDMP 4.2 - Initial commit from private repo -[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v6.0.0...develop +[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v6.0.1...develop +[6.0.1]: https://github.com/HicServices/RdmpDicom/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/HicServices/RdmpDicom/compare/v5.0.12...v6.0.0 [5.0.12]: https://github.com/HicServices/RdmpDicom/compare/v5.0.11...v5.0.12 [5.0.11]: https://github.com/HicServices/RdmpDicom/compare/v5.0.10...v5.0.11 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 285b096e..f9c11b37 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("6.0.0")] -[assembly: AssemblyFileVersion("6.0.0")] -[assembly: AssemblyInformationalVersion("6.0.0")] +[assembly: AssemblyVersion("6.0.1")] +[assembly: AssemblyFileVersion("6.0.1")] +[assembly: AssemblyInformationalVersion("6.0.1")] [assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]