From abdabfa0ac440e28336499badc61c1f5d019edee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:34:33 +0000 Subject: [PATCH] Bump gitversion.tool from 5.12.0 to 6.0.5 in /build Bumps [gitversion.tool](https://github.com/GitTools/GitVersion) from 5.12.0 to 6.0.5. - [Release notes](https://github.com/GitTools/GitVersion/releases) - [Changelog](https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/GitTools/GitVersion/compare/5.12.0...6.0.5) --- updated-dependencies: - dependency-name: gitversion.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 95adf146..c4b83df6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "5.12.0", + "version": "6.0.5", "commands": [ "dotnet-gitversion" ]