From f94cb119d25cc9505509a6ad07a30aa7956a30a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 20 Jan 2021 07:20:22 +0100 Subject: [PATCH] omnisharp: Update to version 1.37.6 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 50594d72ec..b22a65d361 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.37.5", + "version": "1.37.6", "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.37.5/omnisharp-win-x64.zip", - "hash": "821522506edcad3c040fb8f5ce6bf0df460b3fa374e00f357f8f34a76f2b189e" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.6/omnisharp-win-x64.zip", + "hash": "c2b0282e0aafe41a29c944713980692edce1460906ef94ea4e39371b40aecb7b" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.5/omnisharp-win-x86.zip", - "hash": "2307da13f2659d2e67e306f3343baa562a50bac2f579e3629195aa0774143527" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.6/omnisharp-win-x86.zip", + "hash": "b23e52aa250a825218157c8102c432053f20a146b3e183fc39f2c2a310319dc4" } }, "bin": "omnisharp.exe",