Skip to content

Commit

Permalink
Releasing v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Nov 4, 2022
1 parent 9dc5dad commit 8a53af3
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 8a53af3

Please sign in to comment.