ScoopInstaller_Main/bucket/dotcover-clt.json
2021-12-23 01:19:22 +05:30

23 lines
989 B
JSON

{
"version": "2021.3.1",
"description": "JetBrains dotCover Command Line Tools that enable analysing code coverage outside of Visual Studio.",
"homepage": "https://www.jetbrains.com/dotcover/download/#section=commandline",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/legal/docs/toolbox/user"
},
"url": "https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotCover.CommandLineTools.2021.3.1.zip",
"hash": "63f7584e32f611119a48187afe7af4426ff6e1ff7a7bc0dd9c72a7745308a651",
"bin": "dotCover.exe",
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=DCCLT&latest=true&platform=zip&type=release",
"jsonpath": "$..version"
},
"autoupdate": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotCover.CommandLineTools.$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}