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.BenchmarkDotNet.Console/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
index 722c697..3583ea7 100644
--- a/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
+++ b/.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
@@ -1,3 +1,9 @@
+Version: 1.3.2
+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.3.1
Availability: .NET 10 and .NET 9
diff --git a/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt b/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
index be68542..542e90b 100644
--- a/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
+++ b/.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
@@ -1,3 +1,9 @@
+Version: 1.3.2
+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.3.1
Availability: .NET 10 and .NET 9
diff --git a/AGENTS.md b/AGENTS.md
index bb874f6..aec2f1e 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -59,12 +59,6 @@ Agents must never automatically commit code changes or push to remote repositori
**Rationale:** Automatic commits can clutter history with incomplete work, temporary debugging code, or unintended changes. Unexpected remote operations risk overwriting or losing commits on shared branches. Always require explicit user approval before performing these actions.
-## Official Documentation
-
-- Public API conventions belong in `.docfx/api/namespaces/` and should be treated as the official documentation source for library behavior and naming vocabulary.
-- When adding or renaming public APIs, update the relevant namespace page in `.docfx/api/namespaces/` if the change introduces or clarifies a convention.
-- Keep internal reasoning, exploratory notes, and agent discussion out of DocFX pages; summarize only stable public guidance.
-
## DocFX Documentation Maintenance
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64f6190..f20de45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ 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.3.2] - 2026-07-22
+
+This is a patch release focused on dependency updates, build configuration corrections, and infrastructure refinements.
+
+### Changed
+
+- Upgraded `Codebelt.Bootstrapper.Console` from 5.1.1 to 5.1.2,
+- Upgraded `Codebelt.Extensions.Xunit.App` from 11.1.1 to 11.1.2,
+- Upgraded `Cuemon.Core` from 10.5.4 to 10.5.5,
+- Upgraded `Microsoft.NET.Test.Sdk` from 18.7.0 to 18.8.1,
+- Updated nginx base image in DocFX dockerfile from 1.31.2-alpine to 1.31-alpine for stability tracking,
+- Consolidated DocFX documentation guidance in AGENTS.md under the dotnet-docfx-digest block.
+
+### Fixed
+
+- Corrected MSBuild property name from `AnalysisLevel` to `AnalysisMode` in benchmark and test project configurations to properly control code analysis behavior.
+
## [1.3.1] - 2026-06-29
This is a patch release focused on documentation infrastructure improvements, CI/CD pipeline hardening, and keeping dependencies current.
@@ -124,7 +141,8 @@ This is the initial stable release of the `Codebelt.Extensions.BenchmarkDotNet`
- ADDED `BenchmarkProgram` class in the Codebelt.Extensions.BenchmarkDotNet.Console namespace that provides the main entry point for hosting and running benchmarks using BenchmarkDotNet,
- ADDED `BenchmarkWorker` class in the Codebelt.Extensions.BenchmarkDotNet.Console namespace that is responsible for executing benchmarks within the console host.
-[Unreleased]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.3.1...HEAD
+[Unreleased]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.3.2...HEAD
+[1.3.2]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.2.7...v1.3.0
[1.2.7]: https://github.com/codebeltnet/benchmarkdotnet/compare/v1.2.6...v1.2.7
diff --git a/Directory.Build.props b/Directory.Build.props
index f084862..971affb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -63,7 +63,7 @@
false
false
true
- none
+ none
NU1701,NU1902,NU1903
false
false
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 5db172c..6c7d060 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,10 +5,10 @@
-
-
-
-
+
+
+
+