From 78214b1042fdbfc05732292601c5f0d33aadd6f5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 16 Aug 2019 22:01:47 +0000 Subject: [PATCH] omnisharp: Update to version 1.34.2 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index baf85df62a..1747b6a920 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.1", + "version": "1.34.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.1/omnisharp-win-x64.zip", - "hash": "b72060b88e857ae87c8df74008d2e94f020015aa86e9463a3e682d13433da523" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x64.zip", + "hash": "53e9fa75340856b312c9ed8566fe5a603bd3d5168e2dcf54b808caf79444dbf3" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.1/omnisharp-win-x86.zip", - "hash": "65f5e1e27335e873c68ba11329369bb8e13094cacaab0088ecb58cd66fb45513" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.2/omnisharp-win-x86.zip", + "hash": "2f8a5f3fe6958ccde3196a878a7f7a788d1e3327c39e2db4d37f0a81ff64bee7" } }, "bin": "omnisharp.exe",