From 6c93b50e86edfdfaa623ec4bc476f191447ddb1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:35:34 +0000 Subject: [PATCH] build(deps): Update dependency gitversion.tool to 6.1.0 --- .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 aec5709c..5387910f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.0.4", + "version": "6.1.0", "commands": [ "dotnet-gitversion" ],