From 569e2b90d5e566749506dfcd2209733a9e933949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:12:18 +0000 Subject: [PATCH] Bump fsdocs-tool from 19.1.1 to 20.0.0 Bumps [fsdocs-tool](https://github.com/fsprojects/FSharp.Formatting) from 19.1.1 to 20.0.0. - [Changelog](https://github.com/fsprojects/FSharp.Formatting/blob/main/RELEASE_NOTES.md) - [Upgrade guide](https://github.com/fsprojects/FSharp.Formatting/blob/main/docs/upgrade.md) - [Commits](https://github.com/fsprojects/FSharp.Formatting/commits) --- updated-dependencies: - dependency-name: fsdocs-tool dependency-type: direct:production update-type: version-update:semver-major ... 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 bb9bef97..bd41e8c4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "fsdocs-tool": { - "version": "19.1.1", + "version": "20.0.0", "commands": [ "fsdocs" ]