From 1480ca862f09def902503e7e9556a2d27dee2802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:38:05 +0000 Subject: [PATCH] Bump fsdocs-tool from 20.0.0 to 20.0.1 Bumps [fsdocs-tool](https://github.com/fsprojects/FSharp.Formatting) from 20.0.0 to 20.0.1. - [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 8de306df..8ac18d24 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "20.0.0", + "version": "20.0.1", "commands": [ "fsdocs" ]