ScoopInstaller_Main/bucket/dotcover-clt.json
2023-03-22 16:31:33 +00:00

23 lines
989 B
JSON

{
"version": "2022.3.3",
"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.3.3/JetBrains.dotCover.CommandLineTools.2022.3.3.zip",
"hash": "dc1cbfeab93ea1a5f833e186308232c0729c92c986c063af26ac1e741311f535",
"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"
}
}
}