From b78932345ba58516a4cf9cc7d05ce9a4ff982c59 Mon Sep 17 00:00:00 2001 From: tznind Date: Wed, 24 Aug 2022 09:37:30 +0100 Subject: [PATCH] v5.0.11 --- CHANGELOG.md | 5 ++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48973db7..8fea6f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.11] 2022-08-24 + ### Added - Added MetadataOnly property to FoDicomAnonymiser [#64](https://github.com/HicServices/RdmpDicom/issues/64) @@ -368,7 +370,8 @@ Updated to be compatible with RDMP 4.2 - Initial commit from private repo -[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.10...develop +[Unreleased]: https://github.com/HicServices/RdmpDicom/compare/v5.0.11...develop +[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 [5.0.8]: https://github.com/HicServices/RdmpDicom/compare/v5.0.7...v5.0.8 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 392b77b3..43482159 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.10")] -[assembly: AssemblyFileVersion("5.0.10")] -[assembly: AssemblyInformationalVersion("5.0.10")] +[assembly: AssemblyVersion("5.0.11")] +[assembly: AssemblyFileVersion("5.0.11")] +[assembly: AssemblyInformationalVersion("5.0.11")] [assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]