From 18fe2a5bbd275350e97349460cc0a401764ccb06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:04:12 +0000 Subject: [PATCH] :arrow_up: chore: upgrade dependency gitversion.tool to v6.8.2 --- .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 bc79d23..6b814c2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.5.1", + "version": "6.8.2", "commands": [ "dotnet-gitversion" ],