From f179b08642b99797f39fdae71d90f1d9908f6d3c Mon Sep 17 00:00:00 2001 From: "codebelt-aicia[bot]" Date: Fri, 22 May 2026 00:21:11 +0000 Subject: [PATCH 1/3] V10.0.7/service update --- .../Codebelt.Unitify/PackageReleaseNotes.txt | 6 ++++ CHANGELOG.md | 4 +++ Directory.Packages.props | 30 +++++++++---------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt b/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt index 16cae01..5131edc 100644 --- a/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 10.0.7 +Availability: .NET 10 and .NET 9 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 10.0.6 Availability: .NET 10 and .NET 9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3345d9e..98575ab 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 9.0.0 was migrated from previous versions of [Cuemon.Core](https://github.com/gimlichael/Cuemon/commit/83e0c7af2cdaa07351e878fa7276558838f2e7e6). +## [10.0.7] - 2026-05-22 + +This is a service update that focuses on package dependencies. + ## [10.0.6] - 2026-04-17 This is a service update that focuses on package dependencies. diff --git a/Directory.Packages.props b/Directory.Packages.props index e2b1434..bb99dc9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file From 91fc0dff6ab634c4095f8ba133e9929c8a77a1b7 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sat, 23 May 2026 14:09:22 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20nginx=20in?= =?UTF-8?q?=20docfx=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nginx base image updated from 1.30.0 to 1.31.0 to incorporate the latest security patches and improvements. --- .docfx/Dockerfile.docfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index 04c49b3..9d42262 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.30.0-alpine +ARG NGINX_VERSION=1.31.0-alpine FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base RUN rm -rf /usr/share/nginx/html/* From 7fed3bf19faff20ad4cf4e31dfe01b815c31dd36 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sat, 23 May 2026 14:09:29 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20test=20and?= =?UTF-8?q?=20coverage=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated test SDK, coverlet collection, and build tooling: - Microsoft.NET.Test.Sdk: 18.4.0 → 18.5.1 - coverlet.collector: 10.0.0 → 10.0.1 - coverlet.msbuild: 10.0.0 → 10.0.1 --- Directory.Packages.props | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index bb99dc9..e1f01c5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file