From 92aac5ef4bc8196a7700605f59379c21c39c3f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 27 Jul 2021 22:47:30 -0700 Subject: [PATCH] omnisharp: Update to version 1.37.14 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 2aaa7d1e18..d34e608502 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.37.13", + "version": "1.37.14", "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.13/omnisharp-win-x64.zip", - "hash": "e5ebfd84776595fa9e0354f7e91d93f6c20b8f1234277a7a064a9c57417cb8ce" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.14/omnisharp-win-x64.zip", + "hash": "db5f0f1ec6ece7f547b21953218aa18b829a0aeacf0e15032d9fba7452e03de9" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.13/omnisharp-win-x86.zip", - "hash": "1d15326afdc4fb40a617d4ae1865f1953f7db4fdd9b81433bb8550fdcfd812ca" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.14/omnisharp-win-x86.zip", + "hash": "5bdd229934eb09eb54eb1c11cfa2284e1e4f3b6286e41e88763fac72844911a2" } }, "bin": "omnisharp.exe",