ScoopInstaller_Main/bucket/omnisharp.json
2023-01-06 04:27:46 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.39.3",
"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.3/omnisharp-win-x64.zip",
"hash": "dd676997ea60069bb00a68e46c06d5373880f679d26544488dc0540b39605c30"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.3/omnisharp-win-x86.zip",
"hash": "54b9e3e025a2bb939c75ecae3ed86eb3c512d47a20a734f0325123d6c7a38ce5"
}
},
"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"
}
}
}
}