ScoopInstaller_Main/bucket/dotcover-clt.json
2022-11-08 20:29:43 +00:00

23 lines
989 B
JSON

{
"version": "2022.2.4",
"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.2022.2.4/JetBrains.dotCover.CommandLineTools.2022.2.4.zip",
"hash": "60e0e55bf6fdc599f03a967d0d9bfacd4286ff028b9bce3aaf9450a5362fb82d",
"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"
}
}
}