diff --git a/.docfx/Dockerfile.docfx b/.docfx/Dockerfile.docfx
index 14b7583..4986634 100644
--- a/.docfx/Dockerfile.docfx
+++ b/.docfx/Dockerfile.docfx
@@ -1,4 +1,4 @@
-ARG NGINX_VERSION=1.29.3-alpine
+ARG NGINX_VERSION=1.29.4-alpine
FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
RUN rm -rf /usr/share/nginx/html/*
diff --git a/.docfx/docfx.json b/.docfx/docfx.json
index 1988f6b..951cc10 100644
--- a/.docfx/docfx.json
+++ b/.docfx/docfx.json
@@ -19,7 +19,7 @@
],
"build": {
"xref": [
- "https://docs.cuemon.net/xrefmap.yml",
+ "https://docs.cuemon.net/xrefmap.yml?v=20260120",
"https://bootstrapper.codebelt.net/xrefmap.yml",
"https://github.com/dotnet/docfx/raw/main/.xrefmap.json"
],
diff --git a/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
index 8238083..73562ae 100644
--- a/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
+++ b/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
@@ -1,3 +1,9 @@
+Version: 1.2.1
+Availability: .NET 10 and .NET 9
+
+# ALM
+- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
+
Version: 1.2.0
Availability: .NET 10 and .NET 9
diff --git a/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
index 02fa13c..f43a4bb 100644
--- a/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
+++ b/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
@@ -1,3 +1,9 @@
+Version: 1.2.1
+Availability: .NET 10 and .NET 9
+
+# ALM
+- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
+
Version: 1.2.0
Availability: .NET 10 and .NET 9
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfd87e9..fed2152 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.
+## [1.2.1] - 2026-01-20
+
+This is a service update that focuses on package dependencies.
+
## [1.2.0] - 2025-12-19
Technically, this is a major release due to the removal of BenchmarkWorker class in the Codebelt.Extensions.BenchmarkDotNet.Console namespace. However, since this library is new and the external API remains unchanged, we have decided to label this release as a minor update.
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 0804ed5..ba6536c 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,11 +9,11 @@
-
+
-
-
+
+
\ No newline at end of file
diff --git a/testenvironments.json b/testenvironments.json
index 9807401..3cf735c 100644
--- a/testenvironments.json
+++ b/testenvironments.json
@@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
- "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.416-9.0.307-10.0.101"
+ "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.417-9.0.309-10.0.102"
}
]
}