From 00293a0af558714b787d491a9f37deb5d9437802 Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Fri, 5 Oct 2018 12:05:28 -0700 Subject: [PATCH] Add omnisharp version 1.32.6 (#2643) --- omnisharp.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 omnisharp.json diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 0000000000..0fc6bb76e7 --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,30 @@ +{ + "homepage": "http://www.omnisharp.net", + "description": "a .NET development platform based on roslyn workspaces", + "version": "1.32.6", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.6/omnisharp.http-win-x64.zip", + "hash": "1d128becd35a47d0aec642a7b368c43d484cecdfe9347026f50d955f6a64530b" + }, + "32bit": { + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.6/omnisharp.http-win-x86.zip", + "hash": "87827237697ab1e28da40c42930b1bfdd811a01768a6f52cdebd48817b944280" + } + }, + "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.http-win-x64.zip" + }, + "32bit": { + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip" + } + } + } +}