ScoopInstaller_Main/bucket/omnisharp-http.json
2024-12-31 20:27:57 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.13",
"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.13/omnisharp.http-win-x64.zip",
"hash": "1e50953e1744272760e1ad7f70333ceaf324de70ab2747da31f99bfee3313666"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.13/omnisharp.http-win-x86.zip",
"hash": "f1d309d4fe26da3328ecdf84e29b81591e7312eabf5825b030d5eed2c16467c7"
}
},
"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"
}
}
}
}