Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Oct 16, 2024
1 parent bc77803 commit 8863d2d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1.1] 2024-10-16

- Update to target RDMP v8.3.1
- Bump Microsoft.Extensions.Logging.Console from 8.0.0 to 8.0.1
- Bump NunitXml.TextLogger tfrom 4..0.254 to 4.1.0

## [7.1.0] 2024-09-27

- Bump HIC.DicomTypeTranslation from 4.1.2 to 4.1.3
Expand Down
2 changes: 1 addition & 1 deletion RDMP
Submodule RDMP updated 27 files
+2 −2 .github/workflows/build.yml
+2 −2 CHANGELOG.md
+7 −7 Directory.Packages.props
+90 −83 Rdmp.UI/Collections/CatalogueCollectionUI.Designer.cs
+4 −2 Rdmp.UI/Collections/CatalogueCollectionUI.cs
+75 −76 Rdmp.UI/Collections/CatalogueCollectionUI.resx
+48 −37 Rdmp.UI/Collections/CohortIdentificationCollectionUI.Designer.cs
+2 −1 Rdmp.UI/Collections/CohortIdentificationCollectionUI.cs
+25 −25 Rdmp.UI/Collections/CohortIdentificationCollectionUI.resx
+55 −46 Rdmp.UI/Collections/DataExportCollectionUI.Designer.cs
+2 −1 Rdmp.UI/Collections/DataExportCollectionUI.cs
+25 −25 Rdmp.UI/Collections/DataExportCollectionUI.resx
+49 −36 Rdmp.UI/Collections/DatasetsCollectionUI.Designer.cs
+3 −1 Rdmp.UI/Collections/DatasetsCollectionUI.cs
+25 −25 Rdmp.UI/Collections/DatasetsCollectionUI.resx
+44 −33 Rdmp.UI/Collections/FavouritesCollectionUI.Designer.cs
+1 −1 Rdmp.UI/Collections/FavouritesCollectionUI.cs
+25 −25 Rdmp.UI/Collections/FavouritesCollectionUI.resx
+48 −37 Rdmp.UI/Collections/LoadMetadataCollectionUI.Designer.cs
+1 −1 Rdmp.UI/Collections/LoadMetadataCollectionUI.cs
+25 −25 Rdmp.UI/Collections/LoadMetadataCollectionUI.resx
+46 −4 Rdmp.UI/Collections/RDMPCollectionCommonFunctionality.cs
+52 −43 Rdmp.UI/Collections/SavedCohortsCollectionUI.Designer.cs
+1 −1 Rdmp.UI/Collections/SavedCohortsCollectionUI.cs
+25 −25 Rdmp.UI/Collections/SavedCohortsCollectionUI.resx
+3 −3 SharedAssemblyInfo.cs
+2 −2 rdmp-client.xml
4 changes: 2 additions & 2 deletions Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="HIC.BadMedicine.Dicom" Version="0.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NunitXml.TestLogger" Version="4.0.254" />
<PackageReference Include="NunitXml.TestLogger" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<None Update="TestDatabases.txt">
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.0")]
[assembly: AssemblyFileVersion("7.1.0")]
[assembly: AssemblyInformationalVersion("7.1.0")]
[assembly: AssemblyVersion("7.1.1")]
[assembly: AssemblyFileVersion("7.1.1")]
[assembly: AssemblyInformationalVersion("7.1.1")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit 8863d2d

Please sign in to comment.