From 642a64a147c96f64e9e33c0a11beb151edc392f8 Mon Sep 17 00:00:00 2001 From: "codebelt-aicia[bot]" Date: Wed, 12 Aug 2026 21:57:31 +0000 Subject: [PATCH 1/4] V10.0.11/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 f66e4ab..b5ec98b 100644 --- a/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Unitify/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 10.0.11 +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.10 Availability: .NET 10 and .NET 9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b0437..3c4282a 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.11] - 2026-08-12 + +This is a service update that focuses on package dependencies. + ## [10.0.10] - 2026-07-20 This is a patch release focused on dependency upgrades, code formatting standardization, diff --git a/Directory.Packages.props b/Directory.Packages.props index ae81958..670a138 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file From 17b7e0da7556920a1e0e204acd02c3e90aa3c0b6 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sun, 16 Aug 2026 13:56:54 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20microsoft.ne?= =?UTF-8?q?t.test.sdk=20to=2018.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the Microsoft.NET.Test.Sdk package from 18.8.1 to 18.9.0 to leverage latest test runner improvements and compatibility enhancements. --- Directory.Packages.props | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 670a138..907362d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file From ce8f0a1b4e9fbd8cad1d1a9d3b86f410dc64e617 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sun, 16 Aug 2026 13:57:01 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A7=20consolidate=20docker=20test?= =?UTF-8?q?=20environments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consolidate separate Docker test environments for net9 and net10 into a single multi-TFM runner image (8-9-10-11). This simplifies test configuration and CI matrix management while supporting all target frameworks in one environment. --- testenvironments.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/testenvironments.json b/testenvironments.json index e0b5a26..587b2ef 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -7,14 +7,9 @@ "wslDistribution": "Ubuntu-24.04" }, { - "name": "Docker-Ubuntu (net9)", + "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "codebeltnet/ubuntu-testrunner:9" - }, - { - "name": "Docker-Ubuntu (net10)", - "type": "docker", - "dockerImage": "codebeltnet/ubuntu-testrunner:10" + "dockerImage": "codebeltnet/ubuntu-testrunner:8-9-10-11" } ] } From 4ab3efa31bc43e4981dfcc297f9dde27ad59a4dd Mon Sep 17 00:00:00 2001 From: gimlichael Date: Sun, 16 Aug 2026 13:59:11 +0200 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=93=9D=20update=20changelog=20for=20v?= =?UTF-8?q?10.0.11=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4282a..85c4c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,16 @@ 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.11] - 2026-08-12 +## [10.0.11] - 2026-08-16 -This is a service update that focuses on package dependencies. +This is a patch release focused on dependency upgrades, Docker test environment consolidation, and test infrastructure improvements. + +### Changed + +- Codebelt.Extensions.Xunit.App upgraded from 11.1.2 to 11.2.1 for enhanced test infrastructure support, +- Cuemon.Core upgraded from 10.5.5 to 10.7.0 with latest improvements across all supported target frameworks, +- Microsoft.NET.Test.Sdk upgraded from 18.8.1 to 18.9.0 for improved test runner compatibility, +- Docker test environment configuration consolidated from separate net9 and net10 runners into a single multi-TFM image supporting .NET 8, 9, 10, and 11, simplifying test matrix management and CI configuration. ## [10.0.10] - 2026-07-20 @@ -200,7 +207,8 @@ This is a service update that primarily focuses on package dependencies and mino - ByteUnit class in the Codebelt.Unitify namespace to have 0 duplicated blocks of lines of code - UnitPrefixFormatter class in the Codebelt.Unitify namespace to be compliant with https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822 -[Unreleased]: https://github.com/codebeltnet/unitify/compare/v10.0.10...HEAD +[Unreleased]: https://github.com/codebeltnet/unitify/compare/v10.0.11...HEAD +[10.0.11]: https://github.com/codebeltnet/unitify/compare/v10.0.10...v10.0.11 [10.0.10]: https://github.com/codebeltnet/unitify/compare/v10.0.9...v10.0.10 [10.0.9]: https://github.com/codebeltnet/unitify/compare/v10.0.8...v10.0.9 [10.0.8]: https://github.com/codebeltnet/unitify/compare/v10.0.7...v10.0.8