ScoopInstaller_Main/bucket/resharper-clt.json
2025-09-18 16:29:36 +00:00

26 lines
1.0 KiB
JSON

{
"version": "2025.2.2",
"description": "A standalone command line tools to run ReSharper inspections outside of Visual Studio.",
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
},
"url": "https://download.jetbrains.com/resharper/dotUltimate.2025.2.2/JetBrains.ReSharper.CommandLineTools.2025.2.2.zip",
"hash": "bedcc035cf3cd49ebe865f70f7b509976429993a74a74fbd764b6ad3d55b88b7",
"bin": [
"cleanupcode.exe",
"inspectcode.exe"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release",
"jsonpath": "$.RSCLT.[0].version"
},
"autoupdate": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.ReSharper.CommandLineTools.$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}