From 9be040d7ee239c9a556119a4f1469d6fc7a70315 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 16 Jun 2025 00:34:18 +0200 Subject: [PATCH 1/3] :package: updated NuGet package definition --- .../PackageReleaseNotes.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt index 7a847c2..baeeeb3 100644 --- a/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 9.0.3 +Version 9.0.4 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  +Version 9.0.3 Availability: .NET 9 and .NET 8   # ALM From 80dc0587dc7503fe6ec77b0403d1d9e820d75b6e Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 16 Jun 2025 00:34:27 +0200 Subject: [PATCH 2/3] :arrow_up: bump dependencies --- .docfx/Dockerfile.docfx | 4 ++-- .github/workflows/pipelines.yml | 8 ++++---- Directory.Packages.props | 18 +++++++++--------- testenvironments.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index 29307d0..dedeef4 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM nginx:1.27.5-alpine AS base +FROM --platform=$BUILDPLATFORM nginx:1.28.0-alpine AS base RUN rm -rf /usr/share/nginx/html/* FROM --platform=$BUILDPLATFORM codebeltnet/docfx:2.78.3 AS build @@ -8,7 +8,7 @@ ADD [".", "docfx"] RUN cd docfx; \ docfx build -FROM nginx:1.27.5-alpine AS final +FROM nginx:1.28.0-alpine AS final WORKDIR /usr/share/nginx/html COPY --from=build /build/docfx/wwwroot /usr/share/nginx/html diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index f364c76..b7f15d0 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: configuration: [Debug, Release] - uses: codebeltnet/jobs-dotnet-build/.github/workflows/default.yml@v1 + uses: codebeltnet/jobs-dotnet-build/.github/workflows/default.yml@v2 with: configuration: ${{ matrix.configuration }} strong-name-key-filename: versioning.snk @@ -41,10 +41,9 @@ jobs: strategy: matrix: configuration: [Debug, Release] - uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v1 + uses: codebeltnet/jobs-dotnet-pack/.github/workflows/default.yml@v2 with: configuration: ${{ matrix.configuration }} - upload-packed-artifact: true version: ${{ needs.build.outputs.version }} test: @@ -55,11 +54,12 @@ jobs: matrix: os: [ubuntu-24.04, windows-2022] configuration: [Debug, Release] - uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v1 + uses: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml@v2 with: configuration: ${{ matrix.configuration }} runs-on: ${{ matrix.os }} build-switches: -p:SkipSignAssembly=true + restore: true sonarcloud: name: call-sonarcloud diff --git a/Directory.Packages.props b/Directory.Packages.props index 9ed4162..876f4c9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,19 +7,19 @@ - - - - - - - - + + + + + + + + - + \ No newline at end of file diff --git a/testenvironments.json b/testenvironments.json index 0214cf5..9d87973 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.409-9.0.300" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.411-9.0.301" } ] } From 286abff4fd59654cd69cbe839cf0e2bd50980d9a Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 16 Jun 2025 00:34:32 +0200 Subject: [PATCH 3/3] :speech_balloon: updated community health pages --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285f7fc..e742cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba > [!NOTE] > Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Asp.Versioning. +## [9.0.4] - 2025-06-16 + +This is a service update that focuses on package dependencies. + ## [9.0.3] - 2025-05-25 This is a service update that focuses on package dependencies.