Skip to content

Commit

Permalink
Merge pull request #379 from SMI/use-correct-version
Browse files Browse the repository at this point in the history
use correct version
  • Loading branch information
JFriel authored Sep 28, 2023
2 parents 279d64a + baa3916 commit 89d057b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.1]
- Documentation Update
- Update to target RDMP version 8.1.0
## [7.0.0] 2023-02-08

- Replace SharpCompress 0.32.2 with LibArchive.net 0.1.3 due to LZMA bugs
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.0")]
[assembly: AssemblyFileVersion("7.0.0")]
[assembly: AssemblyInformationalVersion("7.0.0")]
[assembly: AssemblyVersion("7.0.1")]
[assembly: AssemblyFileVersion("7.0.1")]
[assembly: AssemblyInformationalVersion("7.0.1")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit 89d057b

Please sign in to comment.