From 504fd8c542acddae15e9bfdaaa111059b69c2b45 Mon Sep 17 00:00:00 2001 From: "codebelt-aicia[bot]" Date: Wed, 22 Jul 2026 22:11:14 +0000 Subject: [PATCH 1/5] V10.0.10/service update --- .../PackageReleaseNotes.txt | 6 ++++ CHANGELOG.md | 4 +++ Directory.Packages.props | 30 +++++++++---------- 3 files changed, 25 insertions(+), 15 deletions(-) diff --git a/.nuget/Codebelt.Extensions.Globalization/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.Globalization/PackageReleaseNotes.txt index 1b94304..d04e4e3 100644 --- a/.nuget/Codebelt.Extensions.Globalization/PackageReleaseNotes.txt +++ b/.nuget/Codebelt.Extensions.Globalization/PackageReleaseNotes.txt @@ -1,3 +1,9 @@ +Version: 10.0.10 +Availability: .NET 10, .NET 9 and .NET Standard 2.0 + +# ALM +- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs) + Version: 10.0.9 Availability: .NET 10, .NET 9 and .NET Standard 2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d22de6d..903dca1 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.1 was migrated from previous versions of Cuemon.Extensions.Globalization. +## [10.0.10] - 2026-07-22 + +This is a service update that focuses on package dependencies. + ## [10.0.9] - 2026-07-01 This is a patch release focused on API documentation improvements, CI/tooling enhancements, and maintenance updates to build and test dependencies. diff --git a/Directory.Packages.props b/Directory.Packages.props index fbc9d4a..b047fe0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file From 6e0514cc5a294e657504ab3e17d7b3888ba1cd97 Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Fri, 24 Jul 2026 14:21:50 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20microsoft.ne?= =?UTF-8?q?t.test.sdk=20to=2018.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the test SDK from 18.7.0 to 18.8.1 to pick up latest test framework improvements and tooling enhancements. --- Directory.Packages.props | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b047fe0..3ccbfa7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,16 +1,16 @@ - - - true - - - - - - - - - - - - + + + true + + + + + + + + + + + + \ No newline at end of file From 8b0a2cf7d24f0c739217183520e75a19dc29f5e3 Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Fri, 24 Jul 2026 14:21:57 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=94=A7=20enable=20code=20analyzers=20?= =?UTF-8?q?and=20style=20enforcement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable .NET code analyzers with latest analysis level, configure recommended analysis mode, and enforce code style in build. This strengthens code quality enforcement by enabling comprehensive static analysis and ensuring style compliance during builds. --- Directory.Build.props | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5193801..ddeeeea 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -39,8 +39,12 @@ true true $(MSBuildThisFileDirectory)globalization.snk - 7035,CA2260 + true + latest + Recommended + 7035,CA2260,S6618 v + true @@ -69,7 +73,7 @@ false true 0 - none + none NU1701,NETSDK1206 false true From 9ad0402c8d9e7f516cdf3d24c2ca9d539bc32630 Mon Sep 17 00:00:00 2001 From: "aicia[bot]" Date: Fri, 24 Jul 2026 14:22:04 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=94=A7=20update=20nginx=20docker=20im?= =?UTF-8?q?age=20to=201.31-alpine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the DocFX nginx base image from version 1.31.2 to 1.31 in the Dockerfile for more efficient image layering while maintaining Alpine Linux base. --- .docfx/Dockerfile.docfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx index 465ff57..f4064e2 100644 --- a/.docfx/Dockerfile.docfx +++ b/.docfx/Dockerfile.docfx @@ -1,4 +1,4 @@ -ARG NGINX_VERSION=1.31.2-alpine +ARG NGINX_VERSION=1.31-alpine FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base RUN rm -rf /usr/share/nginx/html/* From ae44207d17146262618a572717a04e2c8e35d255 Mon Sep 17 00:00:00 2001 From: gimlichael Date: Fri, 24 Jul 2026 14:27:18 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20dependencies?= =?UTF-8?q?=20and=20improve=20build=20tooling=20in=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903dca1..f26901d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,17 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba > [!NOTE] > Changelog entries prior to version 9.0.1 was migrated from previous versions of Cuemon.Extensions.Globalization. -## [10.0.10] - 2026-07-22 +## [10.0.10] - 2026-07-24 -This is a service update that focuses on package dependencies. +This is a patch release that focuses on dependency upgrades and build tooling improvements to strengthen code quality enforcement. + +### Changed + +- Upgraded Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 to pick up latest test framework improvements and tooling enhancements, +- Upgraded Codebelt.Extensions.Xunit from 11.1.1 to 11.1.2, +- Upgraded Codebelt.Extensions.YamlDotNet from 10.1.5 to 10.1.6, +- Enabled .NET code analyzers with latest analysis level, configured recommended analysis mode, and enforced code style in the build process, +- Updated DocFX nginx base image from 1.31.2 to 1.31 for more efficient image layering while maintaining Alpine Linux base. ## [10.0.9] - 2026-07-01 @@ -146,7 +154,8 @@ This is a service update that primarily focuses on package dependencies and mino - CultureInfoExtensions class in the Codebelt.Extensions.Globalization namespace that consist of extension methods for the CultureInfo class: UseNationalLanguageSupport -[Unreleased]: https://github.com/codebeltnet/globalization/compare/v10.0.9...HEAD +[Unreleased]: https://github.com/codebeltnet/globalization/compare/v10.0.10...HEAD +[10.0.10]: https://github.com/codebeltnet/globalization/compare/v10.0.9...v10.0.10 [10.0.9]: https://github.com/codebeltnet/globalization/compare/v10.0.8...v10.0.9 [10.0.8]: https://github.com/codebeltnet/globalization/compare/v10.0.7...v10.0.8 [10.0.7]: https://github.com/codebeltnet/globalization/compare/v10.0.6...v10.0.7