Skip to content

Commit

Permalink
5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Sep 9, 2022
1 parent e40945e commit dcbe2a1
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]

## [5.0.12] 2022-09-09

- Fixed API for new `Bitmap` substitute (see https://github.com/HicServices/RDMP/pull/1355)

## [5.0.11] 2022-08-24

### Added
Expand Down Expand Up @@ -370,7 +374,8 @@ Updated to be compatible with RDMP 4.2

- Initial commit from private repo

[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.11...develop
[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.12...develop
[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
[5.0.10]: https://github.com/HicServices/RdmpDicom/compare/v5.0.9...v5.0.10
[5.0.9]: https://github.com/HicServices/RdmpDicom/compare/v5.0.8...v5.0.9
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("5.0.11")]
[assembly: AssemblyFileVersion("5.0.11")]
[assembly: AssemblyInformationalVersion("5.0.11")]
[assembly: AssemblyVersion("5.0.12")]
[assembly: AssemblyFileVersion("5.0.12")]
[assembly: AssemblyInformationalVersion("5.0.12")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit dcbe2a1

Please sign in to comment.