From 09efc30928d4007288ba67bc7226d1ff7f10ca32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Jul 2021 23:26:25 -0700 Subject: [PATCH] omnisharp: Update to version 1.37.13 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 0d6e946800..2aaa7d1e18 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.37.12", + "version": "1.37.13", "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.12/omnisharp-win-x64.zip", - "hash": "32de8df9bbbb7d65faf742ac6001e1e2aaf26f6b0c7576b70982559565ba6eb0" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.13/omnisharp-win-x64.zip", + "hash": "e5ebfd84776595fa9e0354f7e91d93f6c20b8f1234277a7a064a9c57417cb8ce" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.12/omnisharp-win-x86.zip", - "hash": "b37631b7b24d6675a726a24d50913380f5b0009a003a6d87024c4cdb6cba5f76" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.13/omnisharp-win-x86.zip", + "hash": "1d15326afdc4fb40a617d4ae1865f1953f7db4fdd9b81433bb8550fdcfd812ca" } }, "bin": "omnisharp.exe",