ScoopInstaller_Main/bucket/omnisharp.json
2023-03-11 04:27:36 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.39.5",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "https://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.5/omnisharp-win-x64.zip",
"hash": "68be38081528c5c799579ce11c5a976a0d8f911c5f739715b6156ad37a326287"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.5/omnisharp-win-x86.zip",
"hash": "39a26b4ca02e6b50a5a16567dc288d8cc1abd88dfc1c0340711b2534a00633e9"
}
},
"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"
}
}
}
}