ScoopInstaller_Main/bucket/omnisharp-http.json
2025-11-14 16:29:59 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.15",
"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.15/omnisharp.http-win-x64.zip",
"hash": "5ee61f01bb26500070aa1336de662cf30ddd7afac57151d042891d5e85bb194b"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.15/omnisharp.http-win-x86.zip",
"hash": "85881ef614ef9228888e80bf2366c875061dd535c65f49f5c1b44540bd92ce61"
}
},
"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"
}
}
}
}