From df912b1fc4b1e44d1c57c64424e26b1f091c1740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 19 Aug 2020 09:42:47 +0200 Subject: [PATCH] omnisharp: Update to version 1.37.0 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index d2dab2c5c2..467756b91f 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.36.1", + "version": "1.37.0", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.1/omnisharp-win-x64.zip", - "hash": "4bc3ff889b54561ae76870e5b2047ca6ff0cd6e5e78882288c7598a882142083" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.0/omnisharp-win-x64.zip", + "hash": "4505e6dfeac1ef93318f0371da2678c04ddb6be916dedf1ce95ec7a1ce37561e" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.1/omnisharp-win-x86.zip", - "hash": "a5edbe147a3e67ef9f36bcd30cba2c1a8212e2594569709f06a35f29d8d5c320" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.0/omnisharp-win-x86.zip", + "hash": "b68b2b28c21bac05c2a2a5554a3f96a7ca2292bbe8332d0044e6002272427198" } }, "bin": "omnisharp.exe",