diff --git a/CHANGELOG.md b/CHANGELOG.md index 6890830..f1f181a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.7] 2024-07-24 + +- Update to target RDMP version 8.2.0 + ## [7.0.6] 2024-07-08 - Updated to target RDMP version 8.2.0 diff --git a/RDMP b/RDMP index 108836c..a285370 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit 108836cb3d5f41beeeaa63cd41e3456c0a6ab9fa +Subproject commit a28537056c0c481ea49013e0d7d7809095291989 diff --git a/Rdmp.Dicom/Rdmp.Dicom.csproj b/Rdmp.Dicom/Rdmp.Dicom.csproj index a176099..ee1465a 100644 --- a/Rdmp.Dicom/Rdmp.Dicom.csproj +++ b/Rdmp.Dicom/Rdmp.Dicom.csproj @@ -26,7 +26,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 185fe7b..cd3fef0 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyCulture("")] // These should be replaced with correct values by the release process -[assembly: AssemblyVersion("7.0.6")] -[assembly: AssemblyFileVersion("7.0.6")] -[assembly: AssemblyInformationalVersion("7.0.6")] +[assembly: AssemblyVersion("7.0.7")] +[assembly: AssemblyFileVersion("7.0.7")] +[assembly: AssemblyInformationalVersion("7.0.7")] [assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]