From 3fdd3a291ea5c0a26e30df232c6b358508ee4304 Mon Sep 17 00:00:00 2001 From: Thomas Nind Date: Fri, 28 Jan 2022 12:30:35 +0000 Subject: [PATCH] Bump to 5.0.3 --- CHANGELOG.md | 6 +++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3561ea5d..a0e8276c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 05b36dc6..a975ecd0 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("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")]