From c3a5777fd9249e03701c579fbb8330bed94e1e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:23:20 +0000 Subject: [PATCH] Bump fsdocs-tool from 23.0.0-alpha.1 to 23.0.0-alpha.2 --- updated-dependencies: - dependency-name: fsdocs-tool dependency-version: 23.0.0-alpha.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f49d95e8a0..ec4cc7423d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "23.0.0-alpha.1", + "version": "23.0.0-alpha.2", "commands": [ "fsdocs" ],