From 2f4fcd50cb7f5ba6bd8e7d983de62ec7e3a86aca Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 1 Jul 2019 08:00:30 +0000 Subject: [PATCH] omnisharp: Update to version 1.33.0 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index affa03d85b..a462bf9132 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.32.20", + "version": "1.33.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.20/omnisharp-win-x64.zip", - "hash": "376ecb1bcf4774cf23e2f429fd4fc9a2307ebd36023dd5b1cbca92974a335cb6" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x64.zip", + "hash": "bb62ef2561c203ec764c9df0c92d78be93a4c5e2a4a98919bc74db413bba00ee" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.20/omnisharp-win-x86.zip", - "hash": "b55240fd10222a3368a1c913dc73a8ab6c9406b986b69e8e575668f575229f4d" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.33.0/omnisharp-win-x86.zip", + "hash": "ab941dd01541d65549463e85d1706e754573b97cb0541dac01304fb431bdbf64" } }, "bin": "omnisharp.exe",