Skip to content

Commit

Permalink
Merge pull request #274 from SMI/release/v4.1.1
Browse files Browse the repository at this point in the history
Release/v4.1.1
  • Loading branch information
JFriel authored May 29, 2024
2 parents a40262b + feb142d commit 1e3a98b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 1e3a98b

Please sign in to comment.