diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae5e267..58f9ca47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.2] 2022-11-04 + +- Documentation updates +- Updated to target RDMP version 8.0.5 +- Update for changed CsvHelper API from RDMP + ## [6.0.1] 2022-09-27 - Fixed issue running `ExecuteCommandCreateNewImagingDatasetSuite` when using a YamlRepository @@ -382,7 +388,8 @@ Updated to be compatible with RDMP 4.2 - Initial commit from private repo -[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v6.0.1...develop +[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v6.0.2...develop +[6.0.2]: https://github.com/HicServices/RdmpDicom/compare/v6.0.1...v6.0.2 [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 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index f9c11b37..9ee283c5 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.1")] -[assembly: AssemblyFileVersion("6.0.1")] -[assembly: AssemblyInformationalVersion("6.0.1")] +[assembly: AssemblyVersion("6.0.2")] +[assembly: AssemblyFileVersion("6.0.2")] +[assembly: AssemblyInformationalVersion("6.0.2")] [assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]