Skip to content

Commit

Permalink
Merge branch 'avoid-bad-cast' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Sep 28, 2022
2 parents 067c25a + 0075809 commit eddf4f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.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")]

0 comments on commit eddf4f3

Please sign in to comment.