diff --git a/.github/workflows/build-test-template.yml b/.github/workflows/build-test-template.yml index 0203b2c2..9e4e8d19 100644 --- a/.github/workflows/build-test-template.yml +++ b/.github/workflows/build-test-template.yml @@ -38,7 +38,9 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: ${{ env.DOTNET_VERSION }} + dotnet-version: | + 8.0.x + ${{ env.DOTNET_VERSION }} - name: Setup JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/pack-template.yml b/.github/workflows/pack-template.yml index 121642de..818e788e 100644 --- a/.github/workflows/pack-template.yml +++ b/.github/workflows/pack-template.yml @@ -31,7 +31,9 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: '10.0.x' + dotnet-version: | + 8.0.x + 10.0.x - name: Install GitVersion (v5) uses: gittools/actions/gitversion/setup@v0.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9bc198..018c9e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,4 +41,8 @@ All notable changes to this service will be documented in this file. ## [1.1.5] – Public Beta ### Notes -- Upgraded to .NET10 \ No newline at end of file +- Upgraded to .NET10 + +## [1.1.6] – Public Beta +### Notes +- Updated domain names fort LSRP Dev and Test. \ 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 76943a0b..de7a047d 100644 --- a/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj +++ b/src/DfE.ExternalApplications.Api/DfE.ExternalApplications.Api.csproj @@ -1,12 +1,12 @@ - + true $(NoWarn);1591 net10.0 f714ca7a-fc08-46ff-b0cc-373d6f04cf4c - 1.1.5 - 1.1.5 + 1.1.6 + 1.1.6 diff --git a/src/DfE.ExternalApplications.Api/appsettings.Development.json b/src/DfE.ExternalApplications.Api/appsettings.Development.json index 74db1104..428d4f2c 100644 --- a/src/DfE.ExternalApplications.Api/appsettings.Development.json +++ b/src/DfE.ExternalApplications.Api/appsettings.Development.json @@ -143,7 +143,7 @@ "JwtAudience": "external-applications-api" }, "Frontend": { - "Origin": "https://s184d01-rsd-frontdoor-extapp-lsrp-gqfzg3agadhmg4aj.a03.azurefd.net" + "Origin": "https://dev.submit-send-reform-plans.education.gov.uk/" }, "SkipMassTransit": false, "MassTransit": { @@ -164,7 +164,7 @@ } }, "FrontendSettings": { - "BaseUrl": "https://s184d01-rsd-frontdoor-extapp-lsrp-gqfzg3agadhmg4aj.a03.azurefd.net", + "BaseUrl": "https://dev.submit-send-reform-plans.education.gov.uk/", "PreviewContentSelector": ".govuk-grid-column-full" }, "Email": { diff --git a/src/DfE.ExternalApplications.Api/appsettings.Test.json b/src/DfE.ExternalApplications.Api/appsettings.Test.json index e5d9e1b3..c8b61476 100644 --- a/src/DfE.ExternalApplications.Api/appsettings.Test.json +++ b/src/DfE.ExternalApplications.Api/appsettings.Test.json @@ -142,7 +142,7 @@ "JwtAudience": "external-applications-api" }, "Frontend": { - "Origin": "https://s184t01-rsd-frontdoor-extapp-lsrp-ggc6ehd6h3bhgtg0.a01.azurefd.net/" + "Origin": "https://test.submit-send-reform-plans.education.gov.uk/" }, "CypressAuthentication": { "AllowToggle": true, @@ -166,7 +166,7 @@ } }, "FrontendSettings": { - "BaseUrl": "https://s184t01-rsd-frontdoor-extapp-lsrp-ggc6ehd6h3bhgtg0.a01.azurefd.net/", + "BaseUrl": "https://test.submit-send-reform-plans.education.gov.uk/", "PreviewContentSelector": ".govuk-grid-column-full" }, "Email": { 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 cf013970..629b6bc6 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 @@ -9,15 +9,11 @@ API Client The API description. DFE-Digital - net10.0 + + net8.0;net10.0 - - - - - @@ -25,11 +21,17 @@ - + + + + + + +