From 4c04ae51d39d66490e96b0d265c47e3415682f74 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Tue, 28 May 2024 21:15:21 -0500 Subject: [PATCH 1/3] Use .Net 8 SDK not 6 since we already target 8.0 --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 34d17a1..68922ed 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Install MS SQL Server and Postgresql, start existing MySQL run: | sudo wget -qO/etc/apt/trusted.gpg.d/microsoft.asc https://packages.microsoft.com/keys/microsoft.asc From 5f03d496435a7b1ea463d88910f342e85a8d907e Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Tue, 28 May 2024 21:15:30 -0500 Subject: [PATCH 2/3] Add v4.1.1, fix diff links --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0557f6..52d0a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.1.1] - 2024-05-29 + ### Changed - Bugfix for cast error in array-string conversion - +- Bump HIC.FAnsiSql from 3.2.1 to 3.2.3 +- Bump MongoDB.Driver from 2.24.0 to 2.25.0 +- Bump NLog from 5.2.8 to 5.3.2 +- Bump YamlDotNet from 15.1.2 to 15.1.4 ## [4.1.0] - 2024-03-12 @@ -269,10 +274,10 @@ Initial commit of code from old SMIPlugin repo - Rake build scripts for CI -[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/4.1.0...main -[4.1.0]: https://github.com/SMI/DicomTypeTranslation/compare/4.0.3..4.1.0 -[4.0.3]: https://github.com/SMI/DicomTypeTranslation/compare/4.0.2..4.0.3 -[4.0.2]: https://github.com/SMI/DicomTypeTranslation/compare/4.0.1..4.0.2 +[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.0...main +[4.1.0]: https://github.com/SMI/DicomTypeTranslation/compare/v4.0.3..v4.1.0 +[4.0.3]: https://github.com/SMI/DicomTypeTranslation/compare/v4.0.2..v4.0.3 +[4.0.2]: https://github.com/SMI/DicomTypeTranslation/compare/4.0.1..v4.0.2 [4.0.1]: https://github.com/SMI/DicomTypeTranslation/compare/4.0.0..4.0.1 [4.0.0]: https://github.com/SMI/DicomTypeTranslation/compare/3.0.0..4.0.0 [3.0.0]: https://github.com/SMI/DicomTypeTranslation/compare/2.3.2..3.0.0 From feb142d54740720b8027abff1c7dee95dddfce2e Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Tue, 28 May 2024 21:15:41 -0500 Subject: [PATCH 3/3] v4.1.1 --- SharedAssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 24f7302..8111530 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("4.1.0")] -[assembly: AssemblyFileVersion("4.1.0")] -[assembly: AssemblyInformationalVersion("4.1.0")] +[assembly: AssemblyVersion("4.1.1")] +[assembly: AssemblyFileVersion("4.1.1")] +[assembly: AssemblyInformationalVersion("4.1.1")]