Skip to content

Commit

Permalink
Merge pull request #114 from SMI/release/v0.0.5
Browse files Browse the repository at this point in the history
Update for v0.0.5
  • Loading branch information
jas88 committed Jul 20, 2022
2 parents 2220a5d + b5e4400 commit 955e7f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

# [Unreleased]

# [0.0.5] - 2022-07-20

## Dependencies

- New dependency Equ 2.3.0
- New dependency fo-dicom.Imaging.ImageSharp 5.0.3
- Bump CommandLineParser from 2.8.0 to 2.9.1
- Bump CsvHelper from 27.2.1 to 28.0.1
- Bump HIC.DicomTypeTranslation from 3.0.0 to 4.0.1
- Bump HIC.FAnsiSql from 2.0.3 to 2.0.4
- Bump HIC.RDMP.Plugin from 7.0.7 to 7.0.14
- Bump MSTest.TestAdapter from 2.2.8 to 2.2.10
- Bump MSTest.TestFramework from 2.2.8 to 2.2.10
- Bump Magick.NET-Q16-AnyCPU from 10.0.0 to 11.3.0
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0
- Bump Moq from 4.17.1 to 4.18.1
- Bump NLog from 4.7.14 to 5.0.1
- Bump NUnit from 3.13.2 to 3.13.3
- Bump System.IO.Abstractions from 16.1.15 to 17.0.23
- Bump Terminal.Gui from 1.4.0 to 1.6.4
- Removed dependency fo-dicom.Drawing 4.0.8

# [0.0.4] - 2022-03-03

- Added IsIdentifiable RDMP plugin
Expand All @@ -21,7 +43,8 @@

Initial version

[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.4..main
[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.0.5..main
[0.0.5]: https://github.com/SMI/IsIdentifiable/compare/v0.0.4..v0.0.5
[0.0.4]: https://github.com/SMI/IsIdentifiable/compare/v0.0.3..v0.0.4
[0.0.3]: https://github.com/SMI/IsIdentifiable/compare/v0.0.2..v0.0.3
[0.0.2]: https://github.com/SMI/IsIdentifiable/releases/tag/v0.0.2
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("0.0.4")]
[assembly: AssemblyFileVersion("0.0.4")]
[assembly: AssemblyInformationalVersion("0.0.4")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.0.5")]
[assembly: AssemblyFileVersion("0.0.5")]
[assembly: AssemblyInformationalVersion("0.0.5")] // This one can have the extra build info after it

0 comments on commit 955e7f4

Please sign in to comment.