ScoopInstaller_Main/bucket/omnisharp-http.json
2023-10-06 00:32:56 +00:00

38 lines
1.3 KiB
JSON

{
"version": "1.39.10",
"description": "A .NET development platform based on roslyn workspaces",
"homepage": "https://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.10/omnisharp.http-win-x64.zip",
"hash": "35e65b9b688fe33d72d218bdb2b69f40b40a1827e96d4a2d10ddf78f1b3bbcd0"
},
"32bit": {
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp.http-win-x86.zip",
"hash": "23d5281377d5e34de5126d0a7735b8d3ff726fdc846134763543998df47f344d"
}
},
"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"
}
}
}
}