From a143d8a6e2750c6cff3a643d493cf142f218b2b2 Mon Sep 17 00:00:00 2001 From: "veo.chen" Date: Fri, 22 Dec 2023 14:40:46 +1300 Subject: [PATCH] use gitversion --- .config/dotnet-tools.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b6e4228..a505383 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,17 +2,17 @@ "version": 1, "isRoot": true, "tools": { - "octopus.octoversion.tool": { - "version": "0.3.223", - "commands": [ - "octoversion" - ] - }, "octonotes.tool": { "version": "0.1.171", "commands": [ "octonotes" ] + }, + "gitversion.tool": { + "version": "5.12.0", + "commands": [ + "dotnet-gitversion" + ] } } } \ No newline at end of file