ScoopInstaller_Main/bucket/omnisharp.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

32 lines
1.2 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-net6, please install 'versions/omnisharp-net6",
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp-win-x64.zip",
"hash": "28b7d3b88ca2fa8aeb90f7277cc32bfbef4085b28f78cc6fb441bbab4401f0d5"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp-win-x86.zip",
"hash": "11b6d742cafc416f204338926ca59812ba8a7f24b1af50d366a91502a8898cfe"
}
},
"bin": "omnisharp.exe",
"checkver": {
"github": "https://github.com/OmniSharp/omnisharp-roslyn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"
}
}
}
}