Skip to content

Commit

Permalink
Task/bump rdmp 8.4 (#443)
Browse files Browse the repository at this point in the history
* update deps
* bump version
* update rdmp version
* update changelog

---------

Co-authored-by: James A Sutherland <j.a.sutherland@dundee.ac.uk>
  • Loading branch information
JFriel and jas88 authored Dec 2, 2024
1 parent 19e93de commit 52e9e79
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.1.3] 2024-12-02

- Bump RDMP from 8.3.1 to 8.4.0
- Bump HIC.BadMedicine.Dicom from 0.0.1 to 0.0.2
- Bump Microsoft.Extensions.Logging.Console from 8.0.1 to 9.0.0
- Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
- Bump fo-dicom from 5.1.4 to 5.1.5


## [7.1.2] 2024-10-28

- Bump fo-dicom from 5.1.3 to 5.1.4
Expand Down
2 changes: 1 addition & 1 deletion Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.BadMedicine.Dicom" Version="0.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.4.0">
Expand Down
2 changes: 1 addition & 1 deletion Rdmp.Dicom/Rdmp.Dicom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="fo-dicom" Version="5.1.4" />
<PackageReference Include="fo-dicom" Version="5.1.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RDMP\Rdmp.Core\Rdmp.Core.csproj" />
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.2")]
[assembly: AssemblyFileVersion("7.1.2")]
[assembly: AssemblyInformationalVersion("7.1.2")]
[assembly: AssemblyVersion("7.1.3")]
[assembly: AssemblyFileVersion("7.1.3")]
[assembly: AssemblyInformationalVersion("7.1.3")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit 52e9e79

Please sign in to comment.