From fd8f64e10111e9634412a4b14cbe317eabf926e1 Mon Sep 17 00:00:00 2001 From: James Friel Date: Wed, 24 Jul 2024 08:07:23 +0100 Subject: [PATCH 1/3] bump deps --- Rdmp.Dicom/Rdmp.Dicom.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0c569060b48557523d97db59b066e9b3b4272c84 Mon Sep 17 00:00:00 2001 From: James Friel Date: Wed, 24 Jul 2024 08:16:00 +0100 Subject: [PATCH 2/3] bump rdmp --- RDMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDMP b/RDMP index 108836c..a285370 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit 108836cb3d5f41beeeaa63cd41e3456c0a6ab9fa +Subproject commit a28537056c0c481ea49013e0d7d7809095291989 From 86a53d4f0a2b793701a90be3b108ad131f9e5f33 Mon Sep 17 00:00:00 2001 From: James Friel Date: Wed, 24 Jul 2024 08:36:09 +0100 Subject: [PATCH 3/3] add changelog --- CHANGELOG.md | 4 ++++ SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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/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")]