ScoopInstaller_Main/bucket/dottrace-clt.json
2024-08-06 16:29:28 +00:00

31 lines
1.2 KiB
JSON

{
"version": "2024.1.5",
"description": "JetBrains dotTrace Command Line Tools that enable analyzing performance of .NET applications outside of Visual Studio.",
"homepage": "https://www.jetbrains.com/profiler/download/#section=commandline",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/legal/docs/toolbox/user"
},
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1.5/JetBrains.dotTrace.CommandLineTools.windows-x64.2024.1.5.zip",
"hash": "49e3fc690df5af3b18555010f82ec9e381546ec05214f617c2c89f453c64073f"
}
},
"bin": "ConsoleProfiler.exe",
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=DPCLT&latest=true&platform=zip&type=release",
"jsonpath": "$..version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotTrace.CommandLineTools.windows-x64.$version.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}