Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v7.1.0 #437

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>