Skip to content

Commit

Permalink
Merge pull request #437 from SMI/release/v7.1.0
Browse files Browse the repository at this point in the history
Bump to v7.1.0
  • Loading branch information
rkm authored Sep 27, 2024
2 parents 0a2da99 + 48dd15d commit bc77803
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.1.0] 2024-09-27

- Bump HIC.DicomTypeTranslation from 4.1.2 to 4.1.3
- Bump HIC.BadMedicine.Dicom from 0.1.0 to 0.1.1
- Bump NLog from 5.3.2 to 5.3.4
- Tidy attacher syntax/logic by @jas88 in https://github.com/SMI/RdmpDicom/pull/436

## [7.0.8] 2024-08-01

- Update to target RDMP v8.2.2
Expand Down Expand Up @@ -428,7 +435,11 @@ Updated to be compatible with RDMP 4.2

- Initial commit from private repo

[Unreleased]: https://github.com/SMI/RdmpDicom/compare/v7.0.5...develop
[Unreleased]: https://github.com/SMI/RdmpDicom/compare/v7.1.0...develop
[7.1.0]: https://github.com/SMI/RdmpDicom/compare/v7.0.8...v7.1.0
[7.0.8]: https://github.com/SMI/RdmpDicom/compare/v7.0.7...v7.0.8
[7.0.7]: https://github.com/SMI/RdmpDicom/compare/v7.0.6...v7.0.7
[7.0.6]: https://github.com/SMI/RdmpDicom/compare/v7.0.5...v7.0.6
[7.0.5]: https://github.com/SMI/RdmpDicom/compare/v7.0.4...v7.0.5
[7.0.4]: https://github.com/SMI/RdmpDicom/compare/v7.0.3...v7.0.4
[7.0.3]: https://github.com/SMI/RdmpDicom/compare/v7.0.2...v7.0.3
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("7.0.8")]
[assembly: AssemblyFileVersion("7.0.8")]
[assembly: AssemblyInformationalVersion("7.0.8")]
[assembly: AssemblyVersion("7.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
[assembly: AssemblyInformationalVersion("7.1.0")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]
4 changes: 2 additions & 2 deletions directory.build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>7.0.0</Version>
<Version>7.1.0</Version>
</PropertyGroup>
</Project>
</Project>

0 comments on commit bc77803

Please sign in to comment.