gitversion tool

This commit is contained in:
2022-04-17 22:30:33 +01:00
parent 5c1a49811a
commit 6194e185b9
3 changed files with 44 additions and 0 deletions

30
dotnet-tools.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": 1,
"isRoot": true,
"tools": {
"codecov.tool": {
"version": "1.13.0",
"commands": [
"codecov"
]
},
"gitversion.tool": {
"version": "5.10.1",
"commands": [
"dotnet-gitversion"
]
},
"gitreleasemanager.tool": {
"version": "0.13.0",
"commands": [
"dotnet-gitreleasemanager"
]
},
"Wyam2.Tool": {
"version": "3.0.0-rc3",
"commands": [
"wyam2"
]
}
}
}