Skip to content

Commit

Permalink
Bump to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Jan 28, 2022
1 parent f3430c7 commit 3fdd3a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [5.0.3] 2022-01-28

- Bump HIC.RDMP.Plugin from 7.0.3 to 7.0.5

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

- Initial commit from private repo

[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.2...develop
[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.3...develop
[5.0.3]: https://github.com/HicServices/RdmpDicom/compare/v5.0.2...v5.0.3
[5.0.2]: https://github.com/HicServices/RdmpDicom/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/HicServices/RdmpDicom/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/HicServices/RdmpDicom/compare/v4.0.2...v5.0.0
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.2")]
[assembly: AssemblyFileVersion("5.0.2")]
[assembly: AssemblyInformationalVersion("5.0.2")]
[assembly: AssemblyVersion("5.0.3")]
[assembly: AssemblyFileVersion("5.0.3")]
[assembly: AssemblyInformationalVersion("5.0.3")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit 3fdd3a2

Please sign in to comment.