ScoopInstaller_Main/bucket/dotcover-clt.json
2023-04-26 20:25:20 +00:00

23 lines
989 B
JSON

{
"version": "2023.1.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.2023.1.1/JetBrains.dotCover.CommandLineTools.2023.1.1.zip",
"hash": "0b87743c5c561c0f9f1261066566d785d5209fc6e7dac8b294f49300a069223a",
"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"
}
}
}