From 94bc8a3227c7978a6fa7362826111f48d42c528b Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 15 Sep 2025 22:42:50 +0200 Subject: [PATCH 1/4] :package: updated NuGet package definition --- .../Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt | 8 +++++++- .nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt | 8 +++++++- .../Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt | 8 +++++++- .nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt index a37fffe..eb2c028 100644 --- a/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Console/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 4.0.4 +Version 4.0.5 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  +Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt index ccf563d..1a71102 100644 --- a/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Web/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 4.0.4 +Version 4.0.5 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  +Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt index 895192e..ac8b44f 100644 --- a/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper.Worker/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 4.0.4 +Version 4.0.5 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  +Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM diff --git a/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt b/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt index a4123bc..cab0365 100644 --- a/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Bootstrapper/PackageReleaseNotes.txt @@ -1,4 +1,10 @@ -Version 4.0.4 +Version 4.0.5 +Availability: .NET 9 and .NET 8 +  +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) +  +Version 4.0.4 Availability: .NET 9 and .NET 8   # ALM From a4a20212110a9bb3f729d7e9e722030b8415417f Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 15 Sep 2025 22:42:57 +0200 Subject: [PATCH 2/4] :speech_balloon: updated community health pages --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e2e51..3149bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder. +## [4.0.5] - 2025-09-15 + +This is a service update that focuses on package dependencies. + ## [4.0.4] - 2025-08-20 This is a service update that focuses on package dependencies. From c6c8fbaacf37869b4f478300130976c01efa6073 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Mon, 15 Sep 2025 22:43:01 +0200 Subject: [PATCH 3/4] :arrow_up: bump dependencies --- .docfx/Dockerfile.docfx | 2 +- Directory.Packages.props | 22 +++++++++++----------- testenvironments.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index b39795b..2372e5d 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.29.0-alpine +ARG NGINX_VERSION=1.29.1-alpine FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base RUN rm -rf /usr/share/nginx/html/* diff --git a/Directory.Packages.props b/Directory.Packages.props index 96abefb..f850243 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,10 +3,10 @@ true - - - - + + + + @@ -15,15 +15,15 @@ - - - - - + + + + + - - + + diff --git a/testenvironments.json b/testenvironments.json index 8a0bbd6..1db2c5e 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.413-9.0.304" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.414-9.0.305" } ] } From 789780b399cb4263a4f995b440c54710b352a009 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Tue, 16 Sep 2025 00:21:17 +0200 Subject: [PATCH 4/4] fix --- .github/workflows/pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 51ad128..34ac4a6 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -62,6 +62,7 @@ jobs: runs-on: ${{ matrix.os }} build-switches: -p:SkipSignAssembly=true restore: true + build: true sonarcloud: name: call-sonarcloud