ScoopInstaller_Main/bucket/dotcover-clt.json
2022-04-19 12:31:36 +00:00

23 lines
983 B
JSON

{
"version": "2022.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.2022.1/JetBrains.dotCover.CommandLineTools.2022.1.zip",
"hash": "67a5e840da5e38de5a4b7532dd0d7d724a65e246ce4fd4b02a887fd1a1d63589",
"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"
}
}
}