From 0ad56babcb681aca5b158e9b761f40f8a9e4cf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:55:28 +0000 Subject: [PATCH] Bump minver-cli from 5.0.0 to 6.0.0 Bumps [minver-cli](https://github.com/adamralph/minver) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamralph/minver/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: minver-cli 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 2174c6c..1d71929 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "minver-cli": { - "version": "5.0.0", + "version": "6.0.0", "commands": [ "minver" ]