From 6d3a22223fbaa200b6951328e2c425a809d28c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:54:01 +0000 Subject: [PATCH] Bump gitversion.tool from 6.2.0 to 6.3.0 Bumps [gitversion.tool](https://github.com/GitTools/GitVersion) from 6.2.0 to 6.3.0. - [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.2.0...6.3.0) --- updated-dependencies: - dependency-name: gitversion.tool dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5232ea5..bbd8149 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "6.2.0", + "version": "6.3.0", "commands": [ "dotnet-gitversion" ]