From 541b74a342d8370017f4662bd978e51c83e9d12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:26:50 +0000 Subject: [PATCH] Bump gitversion.tool from 6.0.1 to 6.0.2 Bumps [gitversion.tool](https://github.com/GitTools/GitVersion) from 6.0.1 to 6.0.2. - [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/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: gitversion.tool dependency-type: direct:production update-type: version-update:semver-patch ... 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 1106f09..6d77f7a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.0.1", + "version": "6.0.2", "commands": [ "dotnet-gitversion" ]