From 134aa4ba761a7b95e4966bed5d3e68d4b4256350 Mon Sep 17 00:00:00 2001 From: FrostyApeOne Date: Thu, 23 Jul 2026 16:42:45 +0100 Subject: [PATCH 1/2] Updated package references --- CHANGELOG.md | 6 +++++- .../DfE.ExternalApplications.Api.csproj | 4 ++-- .../DfE.ExternalApplications.Application.csproj | 13 ++++++------- .../DfE.ExternalApplications.Domain.csproj | 2 +- .../DfE.ExternalApplications.Infrastructure.csproj | 4 ++-- ...GovUK.Dfe.ExternalApplications.Api.Client.csproj | 8 +++----- .../DfE.ExternalApplications.Tests.Common.csproj | 2 +- 7 files changed, 20 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c95a9c..1c7ffd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,4 +131,8 @@ All notable changes to this service will be documented in this file. ## [1.5.2] - Filter on status fix ### Notes -- Fix for the filtering not working when a null value for status is encountered in the db \ No newline at end of file +- Fix for the filtering not working when a null value for status is encountered in the db + +## [1.5.3] +### Notes +- Updated package references \ No newline at end of file diff --git a/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj b/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj index f38be9f4..d8ec0d4b 100644 --- a/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj +++ b/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj @@ -5,8 +5,8 @@ $(NoWarn);1591 net10.0 f714ca7a-fc08-46ff-b0cc-373d6f04cf4c - 1.5.2 - 1.5.2 + 1.5.3 + 1.5.3 diff --git a/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj b/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj index 987822ee..ea9c2aab 100644 --- a/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj +++ b/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj @@ -15,20 +15,19 @@ - + - - + + - - + + + - - diff --git a/src/DfE.ExternalApplications.Domain/DfE.ExternalApplications.Domain.csproj b/src/DfE.ExternalApplications.Domain/DfE.ExternalApplications.Domain.csproj index 1c69a94c..254d75ba 100644 --- a/src/DfE.ExternalApplications.Domain/DfE.ExternalApplications.Domain.csproj +++ b/src/DfE.ExternalApplications.Domain/DfE.ExternalApplications.Domain.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/DfE.ExternalApplications.Infrastructure/DfE.ExternalApplications.Infrastructure.csproj b/src/DfE.ExternalApplications.Infrastructure/DfE.ExternalApplications.Infrastructure.csproj index 7d6f9bdb..f14816fb 100644 --- a/src/DfE.ExternalApplications.Infrastructure/DfE.ExternalApplications.Infrastructure.csproj +++ b/src/DfE.ExternalApplications.Infrastructure/DfE.ExternalApplications.Infrastructure.csproj @@ -5,7 +5,8 @@ - + + @@ -15,7 +16,6 @@ - diff --git a/src/GovUK.Dfe.ExternalApplications.Api.Client/GovUK.Dfe.ExternalApplications.Api.Client.csproj b/src/GovUK.Dfe.ExternalApplications.Api.Client/GovUK.Dfe.ExternalApplications.Api.Client.csproj index 161f0ed3..86f4dff6 100644 --- a/src/GovUK.Dfe.ExternalApplications.Api.Client/GovUK.Dfe.ExternalApplications.Api.Client.csproj +++ b/src/GovUK.Dfe.ExternalApplications.Api.Client/GovUK.Dfe.ExternalApplications.Api.Client.csproj @@ -19,12 +19,10 @@ - - - - + + + - diff --git a/src/Tests/DfE.ExternalApplications.Tests.Common/DfE.ExternalApplications.Tests.Common.csproj b/src/Tests/DfE.ExternalApplications.Tests.Common/DfE.ExternalApplications.Tests.Common.csproj index 327e4a71..f6f45387 100644 --- a/src/Tests/DfE.ExternalApplications.Tests.Common/DfE.ExternalApplications.Tests.Common.csproj +++ b/src/Tests/DfE.ExternalApplications.Tests.Common/DfE.ExternalApplications.Tests.Common.csproj @@ -16,7 +16,7 @@ - + From 4d23e101dda099d30155dfeff7b586689f5a3b50 Mon Sep 17 00:00:00 2001 From: FrostyApeOne Date: Thu, 23 Jul 2026 17:10:08 +0100 Subject: [PATCH 2/2] Downgrade asynProc package --- .../DfE.ExternalApplications.Application.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj b/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj index ea9c2aab..cc28597b 100644 --- a/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj +++ b/src/DfE.ExternalApplications.Application/DfE.ExternalApplications.Application.csproj @@ -15,7 +15,7 @@ - +