From 73711f0b536bf3e8570a289348d4c4c6156d459b Mon Sep 17 00:00:00 2001 From: Thomas Nind Date: Mon, 21 Mar 2022 12:22:32 +0000 Subject: [PATCH] Bump to 4.0.0 --- CHANGELOG.md | 7 ++++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb2b14..5174cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +... + +### [4.0.0] - 2022-03-21 + - Now using fo-dicom 5, some API changes ### Dependencies @@ -205,7 +209,8 @@ Initial commit of code from old SMIPlugin repo - Rake build scripts for CI -[Unreleased]: https://github.com/HicServices/DicomTypeTranslation/compare/3.0.0...develop +[Unreleased]: https://github.com/HicServices/DicomTypeTranslation/compare/4.0.0...develop +[4.0.0]: https://github.com/HicServices/DicomTypeTranslation/compare/3.0.0..4.0.0 [3.0.0]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.2..3.0.0 [2.3.2]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.1..2.3.2 [2.3.1]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.0..2.3.1 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 8fff080..0714c37 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -8,6 +8,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] -[assembly: AssemblyInformationalVersion("3.0.0")] +[assembly: AssemblyVersion("4.0.0")] +[assembly: AssemblyFileVersion("4.0.0")] +[assembly: AssemblyInformationalVersion("4.0.0")]