mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"version": "1.39.14",
|
|
"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.14/omnisharp.http-win-x64.zip",
|
|
"hash": "ff48d3144b4b7dd3f06c371230cfabb259ca3a504a9167b805d49be5b3d13bc5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.14/omnisharp.http-win-x86.zip",
|
|
"hash": "ce29db95366f8d25250a4402fb2a074454397c58cfeb3029eb16b1622fa6e2b0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|