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