gitversion: Fix url, add extract_dir and remove choco installer scripts

This commit is contained in:
Richard Kuhnt 2018-04-05 23:07:03 +02:00
parent aa77571d05
commit 1ae311b81f

View File

@ -2,13 +2,15 @@
"homepage": "https://gitversion.readthedocs.io/",
"license": "MIT License",
"version": "3.6.5",
"url": "https://github.com/GitTools/GitVersion/releases/download/v3.6.5/GitVersionTask.3.6.5.nupkg#/dl.7z",
"hash": "0493978dd7a54d8b06ede527f24adc73a3e0e91e7627fbfeef732e378cbd0b3e",
"url": "https://github.com/GitTools/GitVersion/releases/download/v3.6.5/GitVersion.Portable.3.6.5.nupkg#/dl.7z",
"hash": "2715ec558d12215aae2f25f16a5865fc2a8cb8bf790ac57e74c1a95844145193",
"bin": "GitVersion.exe",
"extract_dir": "tools",
"post_install": "Remove-Item \"$dir\\*.ps1\"",
"checkver": {
"github": "https://github.com/GitTools/GitVersion"
},
"autoupdate": {
"url": "https://github.com/GitTools/GitVersion/releases/download/v$version/GitVersionTask.$version.nupkg#/dl.7z"
"url": "https://github.com/GitTools/GitVersion/releases/download/v$version/GitVersion.Portable.$version.nupkg#/dl.7z"
}
}