Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Mar 21, 2022
1 parent 4ec0017 commit 73711f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

...

### [4.0.0] - 2022-03-21

- Now using fo-dicom 5, some API changes

### Dependencies
Expand Down Expand Up @@ -205,7 +209,8 @@ Initial commit of code from old SMIPlugin repo
- Rake build scripts for CI


[Unreleased]: https://github.com/HicServices/DicomTypeTranslation/compare/3.0.0...develop
[Unreleased]: https://github.com/HicServices/DicomTypeTranslation/compare/4.0.0...develop
[4.0.0]: https://github.com/HicServices/DicomTypeTranslation/compare/3.0.0..4.0.0
[3.0.0]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.2..3.0.0
[2.3.2]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.1..2.3.2
[2.3.1]: https://github.com/HicServices/DicomTypeTranslation/compare/2.3.0..2.3.1
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0")]
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0")]

0 comments on commit 73711f0

Please sign in to comment.