From 202ec8957ee6aac618e8d2cca0e507fb017f0b49 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Dec 2019 19:00:35 +0000 Subject: [PATCH] omnisharp: Update to version 1.34.9 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index b1acaef01a..16e837e50c 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.8", + "version": "1.34.9", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.8/omnisharp-win-x64.zip", - "hash": "cc9dae8451e59880c95a3af274310c645d69188af41ba95317465fd613053b65" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.9/omnisharp-win-x64.zip", + "hash": "eacbaf4c6b5788892361b47877bdb5fd2c8f64195c5ecbc257fef14e61da25de" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.8/omnisharp-win-x86.zip", - "hash": "0af85827e0729a77452f29241ba703eb381c2f8e9471eefe0e0e3504950e699f" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.9/omnisharp-win-x86.zip", + "hash": "b470a6211fc619e84a091be558ce13d02b564bc72e702566b89ad6066ca1e30b" } }, "bin": "omnisharp.exe",