ScoopInstaller_Main/bucket/dottrace-clt.json
2021-12-23 01:19:22 +05:30

31 lines
1.2 KiB
JSON

{
"version": "2021.3.1",
"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.2021.3.1/JetBrains.dotTrace.CommandLineTools.windows-x64.2021.3.1.zip",
"hash": "35fc4177fbc166915d0271df45cf043bc9c53cbc9559f949f0f5026d31222fd5"
}
},
"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"
}
}
}