Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel authored and jas88 committed Oct 17, 2024
1 parent 3db6990 commit bf2447f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1] 2024-10-16

- Update to target RDMP v8.3.1
- Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 8.0.1
- Bump NunitXml.TextLogger tfrom 4..0.254 to 4.1.0

## [7.1.0] 2024-09-27

- Bump HIC.DicomTypeTranslation from 4.1.2 to 4.1.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.1.0")]
[assembly: AssemblyFileVersion("7.1.0")]
[assembly: AssemblyInformationalVersion("7.1.0")]
[assembly: AssemblyVersion("7.1.1")]
[assembly: AssemblyFileVersion("7.1.1")]
[assembly: AssemblyInformationalVersion("7.1.1")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit bf2447f

Please sign in to comment.