From 11bd89014e04cd0b62ff87dfdf72813c0308b917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:18:55 +0000 Subject: [PATCH] Bump fsdocs-tool from 19.0.0 to 19.1.0 Bumps [fsdocs-tool](https://github.com/fsprojects/FSharp.Formatting) from 19.0.0 to 19.1.0. - [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-minor ... 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 18b6a3be..c22cdbd7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "fsdocs-tool": { - "version": "19.0.0", + "version": "19.1.0", "commands": [ "fsdocs" ]