ScoopInstaller_Main/bucket/omnisharp-http.json
2023-10-05 08:28:03 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.9",
"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.9/omnisharp.http-win-x64.zip",
"hash": "cb844e1b230787ffbc1d6991650950c9652b82221042c4ffacd0f3984abba9c4"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp.http-win-x86.zip",
"hash": "6063066f8189dfcfac7867ea0a62500602c2f9f493916756f237255abc2198c7"
}
},
"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"
}
}
}
}