ScoopInstaller_Main/bucket/omnisharp-http.json
2023-03-10 00:03:29 +05:30

38 lines
1.3 KiB
JSON

{
"version": "1.39.4",
"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.4/omnisharp.http-win-x64.zip",
"hash": "00ef176a8f7ff64df51054bf97289eff8862d14f9329b9239384c3a5e5eda49e"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.4/omnisharp.http-win-x86.zip",
"hash": "8aa8965eaadb172f6311ddb67b5e9e44de57aa9de9ca56b939648047757f4af5"
}
},
"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"
}
}
}
}