From dc663123acca7b23a7ffcc21bbb8721067f47ed2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 15 Jul 2019 19:00:42 +0000 Subject: [PATCH] omnisharp: Update to version 1.34.0 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index e0a9dc4857..5e991232c5 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.33.0", + "version": "1.34.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x64.zip", - "hash": "42a0f1c4b2a7ca05890b98e1ea42479cb89c3d1c189f1af771f0f25db771c759" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.0/omnisharp-win-x64.zip", + "hash": "22e0eb3c37f9b999916a186da852591e732be61f7b3706b7ff1b83fb6e4a3878" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x86.zip", - "hash": "a99c18438a5a5b395afa08399381ddb7d18e3c8baf68d268ab19ce7f1e7f7bb5" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.0/omnisharp-win-x86.zip", + "hash": "cd385d22c5ff2b9b9a9f6cabc2b55c6478455513aa89411e2e37795ec669f0f6" } }, "bin": "omnisharp.exe",