From 81dc7ff4fb92181cf26856accb415ee8257ec35b Mon Sep 17 00:00:00 2001 From: James Friel Date: Mon, 9 Jun 2025 16:04:08 +0100 Subject: [PATCH 1/4] bump rdmp --- RDMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDMP b/RDMP index f45b59e..95ec978 160000 --- a/RDMP +++ b/RDMP @@ -1 +1 @@ -Subproject commit f45b59e5a418c3d382fc3b46ce1a20e11844b733 +Subproject commit 95ec978bf7eab314c9e6600004fe4138db39e081 From e9094c340779a6343f8f8c90fdeb11c96c0f5eb5 Mon Sep 17 00:00:00 2001 From: James Friel Date: Tue, 10 Jun 2025 08:13:13 +0100 Subject: [PATCH 2/4] use correct rdmp version --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 43d1dba..0386310 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: repository: HicServices/RDMP - ref: develop + ref: v8.4.5-rc1 path: RDMP - uses: actions/setup-dotnet@v4 with: From f89ff39aeed23de9f6599c0d29176d085e17279a Mon Sep 17 00:00:00 2001 From: James Friel Date: Tue, 10 Jun 2025 14:41:10 +0100 Subject: [PATCH 3/4] use rdmp v8.4.5 --- .github/workflows/dotnet-core.yml | 2 +- SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 0386310..993249d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: repository: HicServices/RDMP - ref: v8.4.5-rc1 + ref: v8.4.5-rc2 path: RDMP - uses: actions/setup-dotnet@v4 with: diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 385a811..2953104 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -10,6 +10,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("6.1.13")] -[assembly: AssemblyFileVersion("6.1.13")] -[assembly: AssemblyInformationalVersion("6.1.13")] +[assembly: AssemblyVersion("6.1.14")] +[assembly: AssemblyFileVersion("6.1.14")] +[assembly: AssemblyInformationalVersion("6.1.14")] From 1af33d24f8aa186bb6a6ea1b4575c82db9855e32 Mon Sep 17 00:00:00 2001 From: James Friel Date: Tue, 10 Jun 2025 15:47:05 +0100 Subject: [PATCH 4/4] update build --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 993249d..f93767a 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: repository: HicServices/RDMP - ref: v8.4.5-rc2 + ref: v8.4.5 path: RDMP - uses: actions/setup-dotnet@v4 with: