From 77d80ae5b26ac9f636f5afe3ecd1cd82e2df79eb Mon Sep 17 00:00:00 2001 From: nojaf Date: Fri, 7 Jun 2024 09:03:53 +0200 Subject: [PATCH] Bump docs tool to 21 beta --- .config/dotnet-tools.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 75d796f93..8e8a9b579 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,11 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "20.0.0-alpha-013", + "version": "21.0.0-beta-001", "commands": [ "fsdocs" - ] + ], + "rollForward": false } } } \ No newline at end of file