ScoopInstaller_Main/bucket/omnisharp.json
2024-07-30 00:33:53 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.39.12",
"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.12/omnisharp-win-x64.zip",
"hash": "a52562b44c9baa2811f0a617f182a5886bb79bb1532850827d89f173d8c962b6"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.12/omnisharp-win-x86.zip",
"hash": "05ffec8d8b72831f9dab73bcaef373e35115ef5a68951c78283cedc5fb578ddf"
}
},
"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"
}
}
}
}