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/*
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..f26901d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,18 @@ 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-24
+
+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
This is a patch release focused on API documentation improvements, CI/tooling enhancements, and maintenance updates to build and test dependencies.
@@ -142,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
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
diff --git a/Directory.Packages.props b/Directory.Packages.props
index fbc9d4a..3ccbfa7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -3,9 +3,9 @@
true
-
-
-
+
+
+