From aabf9e58c3e078c553577cbe924a370608abeb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:04:28 +0000 Subject: [PATCH] Bump fsdocs-tool from 21.0.0-beta-003 to 21.0.0-beta-004 Bumps [fsdocs-tool](https://github.com/fsprojects/FSharp.Formatting) from 21.0.0-beta-003 to 21.0.0-beta-004. - [Changelog](https://github.com/fsprojects/FSharp.Formatting/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/FSharp.Formatting/commits) --- updated-dependencies: - dependency-name: fsdocs-tool 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 ea0570e239..e6c4a276ff 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "21.0.0-beta-003", + "version": "21.0.0-beta-004", "commands": [ "fsdocs" ],