ScoopInstaller_Main/bucket/omnisharp-http.json
2023-03-11 04:27:35 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.5",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "https://www.omnisharp.net",
"license": "MIT",
"notes": "For omnisharp-http-net6, please install 'versions/omnisharp-http-net6",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.5/omnisharp.http-win-x64.zip",
"hash": "402fe124b06913b0f24187aff7718096e83a20209684a6e79cd826e2664e3092"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.5/omnisharp.http-win-x86.zip",
"hash": "8353d5db67e214feb964b5d619c5b1b8c683cef4cfb1ec86da266a0d13064660"
}
},
"bin": [
"omnisharp.exe",
[
"omnisharp.exe",
"omnisharp-http"
]
],
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"
}
}
}
}