From 9d8c45eb37a997b80efb9c33a6a9c71ccc6f439f Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Tue, 6 Aug 2024 12:04:45 -0500 Subject: [PATCH] Bump version for 4.1.3 release --- CHANGELOG.md | 8 +++++++- SharedAssemblyInfo.cs | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d7f4e..01c7216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.1.3] - 2024-08-06 + +- Bump HIC.FAnsiSql from 3.2.5 to 3.2.6 +- Bump MongoDB.Driver from 2.27.0 to 2.28.0 + ## [4.1.2] - 2024-07-15 - Bump fo-dicom from 5.1.2 to 5.1.3 @@ -281,7 +286,8 @@ Initial commit of code from old SMIPlugin repo - Rake build scripts for CI -[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.2...main +[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.3...main +[4.1.3]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.2..v4.1.3 [4.1.2]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.1..v4.1.2 [4.1.1]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.0..v4.1.1 [4.1.0]: https://github.com/SMI/DicomTypeTranslation/compare/v4.0.3..v4.1.0 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index bfbe3a0..a8f46d2 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -2,11 +2,11 @@ [assembly: AssemblyCompany("Universities of Dundee and Edinburgh")] [assembly: AssemblyProduct("DicomTypeTranslation")] -[assembly: AssemblyCopyright("Copyright © 2020-2021")] +[assembly: AssemblyCopyright("Copyright © 2020-2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("4.1.2")] -[assembly: AssemblyFileVersion("4.1.2")] -[assembly: AssemblyInformationalVersion("4.1.2")] +[assembly: AssemblyVersion("4.1.3")] +[assembly: AssemblyFileVersion("4.1.3")] +[assembly: AssemblyInformationalVersion("4.1.3")]