Skip to content

Commit

Permalink
Merge pull request #399 from SMI/task/prep-7.0.2
Browse files Browse the repository at this point in the history
Task/prep 7.0.2
  • Loading branch information
JFriel authored Feb 14, 2024
2 parents 7cce1b2 + 8c65ad9 commit 5917bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [7.0.2] 2024-02-14

- Fix issue with PutDicomFilesInExtractionDirectories option in FoDicom Pipeline Component

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.1")]
[assembly: AssemblyFileVersion("7.0.1")]
[assembly: AssemblyInformationalVersion("7.0.1")]
[assembly: AssemblyVersion("7.0.2")]
[assembly: AssemblyFileVersion("7.0.2")]
[assembly: AssemblyInformationalVersion("7.0.2")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]
4 changes: 2 additions & 2 deletions rdmpdicom.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Rdmp.Dicom</id>
<version>6.0.2</version>
<version>7.0.2</version>
<authors>Health Informatics Service, University of Dundee</authors>
<description>Imaging plugin for Research Data Management Platform </description>
<dependencies>
<dependency id="HIC.RDMP.Plugin" version="8.1.0" />
<dependency id="HIC.RDMP.Plugin" version="8.1.4" />
</dependencies>
</metadata>
</package>

0 comments on commit 5917bb8

Please sign in to comment.