From ad11c4d2b4828a588fba9fed58b9543e45ff13a4 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Fri, 25 Oct 2024 10:06:43 -0500 Subject: [PATCH 1/2] Prep v0.1.2 --- CHANGELOG.md | 8 +++++++- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff268d1..d3fd501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-10-25 + +- Bump HIC.DicomTypeTranslation from 4.1.3 to 4.1.4 +- Bump YamlDotNet from 16.0.0 to 16.1.3 + ## [0.1.1] - 2024-08-15 - Bump fo-dicom from 5.1.2 to 5.1.3 @@ -177,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for PatientAge, Modality, Address, UIDs, StudyDate/Time - Support for pixel data / NoPixels flag -[Unreleased]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.1...develop +[Unreleased]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.2...develop +[0.1.2]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.0.16...v0.1.0 [0.0.16]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.0.15...v0.0.16 diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 2727fef..3795e5e 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("0.1.1")] -[assembly: AssemblyFileVersion("0.1.1")] -[assembly: AssemblyInformationalVersion("0.1.1")] +[assembly: AssemblyVersion("0.1.2")] +[assembly: AssemblyFileVersion("0.1.2")] +[assembly: AssemblyInformationalVersion("0.1.2")] From a04f1bd8035f68c604c226a1caba789b965baa83 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Mon, 28 Oct 2024 10:12:23 -0500 Subject: [PATCH 2/2] Update for release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fd501..a718322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2] - 2024-10-25 +## [0.1.2] - 2024-10-28 -- Bump HIC.DicomTypeTranslation from 4.1.3 to 4.1.4 +- Bump HIC.DicomTypeTranslation from 4.1.3 to 4.1.5 - Bump YamlDotNet from 16.0.0 to 16.1.3 ## [0.1.1] - 2024-08-15