From fdcc47295fa60c248c8b336fe6c1d0a45689ccb8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Sep 2019 21:00:43 +0000 Subject: [PATCH] omnisharp: Update to version 1.34.3 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 1747b6a920..e3691a0b92 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { "homepage": "http://www.omnisharp.net", "description": "A .NET development platform based on roslyn workspaces", - "version": "1.34.2", + "version": "1.34.3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x64.zip", - "hash": "53e9fa75340856b312c9ed8566fe5a603bd3d5168e2dcf54b808caf79444dbf3" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp-win-x64.zip", + "hash": "07d96bfbe47705fb90d2e52e7ba3656d41c8e6eb2e2740db61dee53af2e5cf91" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x86.zip", - "hash": "2f8a5f3fe6958ccde3196a878a7f7a788d1e3327c39e2db4d37f0a81ff64bee7" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.3/omnisharp-win-x86.zip", + "hash": "eedae9a5b6bf5d0244a950a4dd01ee251b8b022df87251469510a42330edba61" } }, "bin": "omnisharp.exe",