Skip to content

Commit

Permalink
Bump 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Jul 15, 2024
1 parent d6d1b9f commit 71c9d89
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.1.2] - 2024-07-15

- Bump fo-dicom from 5.1.2 to 5.1.3
- Bump HIC.FAnsiSql from 3.2.3 to 3.2.5
- Bump MongoDB.Driver from 2.25.0 to 2.27.0
- Bump YamlDotNet from 15.1.4 to 16.0.0

## [4.1.1] - 2024-05-29

### Changed
Expand Down Expand Up @@ -274,7 +281,8 @@ Initial commit of code from old SMIPlugin repo
- Rake build scripts for CI


[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.1...main
[Unreleased]: https://github.com/SMI/DicomTypeTranslation/compare/v4.1.2...main
[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
[4.0.3]: https://github.com/SMI/DicomTypeTranslation/compare/v4.0.2..v4.0.3
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.1")]
[assembly: AssemblyFileVersion("4.1.1")]
[assembly: AssemblyInformationalVersion("4.1.1")]
[assembly: AssemblyVersion("4.1.2")]
[assembly: AssemblyFileVersion("4.1.2")]
[assembly: AssemblyInformationalVersion("4.1.2")]

0 comments on commit 71c9d89

Please sign in to comment.