ScoopInstaller_Main/bucket/omnisharp-http.json
Garth Andrews 84f9cd06fb
omnisharp(-http): Add notes for net6 variants (#3729)
* Omnisharp: Add net6 variant version 1.39.0

* Omnisharp: Add notes referring to net6 variant

Remove net6 variant packages.

Co-authored-by: Ill1 <Ill1@company.com>
2022-07-01 19:40:18 +05:30

38 lines
1.3 KiB
JSON

{
"version": "1.39.0",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "http://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.0/omnisharp.http-win-x64.zip",
"hash": "295b7fb108fee9ea0d4595429e1923c9e87ca9f66c95f5b0f1075959243da0cf"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp.http-win-x86.zip",
"hash": "cb480bd9e13f3ea7569c7beaef8d6c7c05506e00518bf596fbf927c7c4dc20db"
}
},
"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"
}
}
}
}