mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
21 lines
843 B
JSON
21 lines
843 B
JSON
{
|
|
"version": "6.2.0",
|
|
"description": "Connect to a Service Bus namespace and efficiently administer messaging entities.",
|
|
"homepage": "https://github.com/paolosalvatori/ServiceBusExplorer",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/6.2.0/servicebusexplorer.6.2.0.nupkg",
|
|
"hash": "e5377aa0eb818989b99eb474a51cbdb1d7216a671384857c1e726438c0436725",
|
|
"bin": "tools\\servicebusexplorer.exe",
|
|
"persist": "tools\\ServiceBusExplorer.exe.config",
|
|
"shortcuts": [
|
|
[
|
|
"tools\\servicebusexplorer.exe",
|
|
"Service Bus Explorer"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/paolosalvatori/ServiceBusExplorer/releases/download/$version/servicebusexplorer.$version.nupkg"
|
|
}
|
|
}
|