Skip to content

Commit e18a596

Browse files
authored
Merge pull request #2214 from HicServices/task/prep-9.0.0
RDMP v9.0.0
2 parents 452e313 + 268c625 commit e18a596

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [9.0.0] - Unreleased
7+
## [9.0.0] - 2025-07-23
88
- Add ability to use Extraction Configuration ID in the naming scheme of the extract to database Pipeline component
99
- Update Cohort Versioning Icons and Interface
1010
- Fix issue with global contextual search
1111
- Add MS Teams Extraction notifications (see [Documentation\DataExtractions\ExtractionTeamsNotifications.md])
1212
- Add ability to use Cohort Catalogue Filters in an Extraction Configuration
1313
- Add ability to associate a Catalogue with multiple Projects
1414
- Add DistinctByDestinationPKs distinction strategy to the DatasetExtractionSource Extraction pipeline component
15-
- Update clone extraction configuration to include generic perameters
15+
- Update clone extraction configuration to include generic parameters
1616
- Fix copy-paste issue in bulk edit Catalogue Items UI
1717

1818
## [8.4.4] - 2025-05-08

Directory.Packages.props

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="AWSSDK.S3" Version="4.0.4.1" />
4-
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.1.3" />
5-
<PackageVersion Include="AWSSDK.SSO" Version="4.0.0.12" />
6-
<PackageVersion Include="AWSSDK.SSOOIDC" Version="4.0.0.12" />
3+
<PackageVersion Include="AWSSDK.S3" Version="4.0.6" />
4+
<PackageVersion Include="AWSSDK.SecurityToken" Version="4.0.1.5" />
5+
<PackageVersion Include="AWSSDK.SSO" Version="4.0.0.14" />
6+
<PackageVersion Include="AWSSDK.SSOOIDC" Version="4.0.0.14" />
77
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
88
<PackageVersion Include="Equ" Version="2.3.0" />
99
<PackageVersion Include="ExcelNumberFormat" Version="1.1.0" />
10-
<PackageVersion Include="FluentFTP" Version="52.1.0" />
10+
<PackageVersion Include="FluentFTP" Version="53.0.1" />
1111
<PackageVersion Include="HIC.SynthEHR" Version="2.0.1" />
1212
<PackageVersion Include="HIC.FAnsiSql" Version="3.2.7" />
1313
<PackageVersion Include="LibArchive.Net" Version="0.1.5" />
14-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.6" />
14+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.7" />
1515
<PackageVersion Include="Microsoft.Net.Sdk.Compilers.Toolset" Version="9.0.300" />
1616
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageVersion>
2020
<PackageVersion Include="Minio" Version="6.0.5" />
21-
<PackageVersion Include="MongoDB.Driver" Version="3.4.0" />
21+
<PackageVersion Include="MongoDB.Driver" Version="3.4.1" />
2222
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageVersion Include="NPOI" Version="2.7.4" />
24-
<PackageVersion Include="NLog" Version="5.4.0" />
24+
<PackageVersion Include="NLog" Version="6.0.2" />
2525
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.10" />
2626
<PackageVersion Include="SixLabors.ImageSharp.Drawing" Version="2.1.6" />
2727
<PackageVersion Include="Spectre.Console" Version="0.50.0" />
@@ -37,11 +37,11 @@
3737
<PackageVersion Include="NUnit" Version="4.3.2" />
3838
<PackageVersion Include="ObjectListView.Repack.NET6Plus" Version="2.9.5" />
3939
<PackageVersion Include="Scintilla.NET" Version="5.3.2.9" />
40-
<PackageVersion Include="System.Resources.Extensions" Version="9.0.6" />
40+
<PackageVersion Include="System.Resources.Extensions" Version="9.0.7" />
4141
<PackageVersion Include="VPKSoft.ScintillaLexers.NET" Version="1.1.16" />
4242
<PackageVersion Include="HIC.System.Windows.Forms.DataVisualization" Version="1.0.1" />
4343
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
44-
<PackageVersion Include="NUnit.Analyzers" Version="4.6.0" />
44+
<PackageVersion Include="NUnit.Analyzers" Version="4.9.2" />
4545
<PackageVersion Include="NSubstitute" Version="5.3.0" />
4646
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
4747
<PackageVersion Include="coverlet.collector" Version="6.0.4" />

rdmp-client.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>8.4.4.0</version>
4-
<url>https://github.com/HicServices/RDMP/releases/download/v8.4.4/rdmp-8.4.4-client.zip</url>
3+
<version>9.0.0.0</version>
4+
<url>https://github.com/HicServices/RDMP/releases/download/v9.0.0/rdmp-9.0.0-client.zip</url>
55
<changelog>https://github.com/HicServices/RDMP/blob/main/CHANGELOG.md#7</changelog>
66
<mandatory>true</mandatory>
77
</item>

0 commit comments

Comments
 (0)