From d74b5b3cd828bf515d9c17148c4aa84226815b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 19 Jun 2021 01:40:32 -0700 Subject: [PATCH] omnisharp: Update to version 1.37.11 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 0c2ed58c3e..6a842d3ac3 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.37.10", + "version": "1.37.11", "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.10/omnisharp-win-x64.zip", - "hash": "fb945a13f4a7514a0afcecdfbd4941e2e2d79cf94c8938c89aa8ca1d8cc74fb4" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-win-x64.zip", + "hash": "8b534a7a4a756e4ec09ecabe771bcbe8ae312070b3aa78b42f187adfec44c341" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.10/omnisharp-win-x86.zip", - "hash": "631743a52ebae569e717c829beb0f0f3c48743d896fdb2e5f13da7ec818dd480" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.11/omnisharp-win-x86.zip", + "hash": "c7c816d2af6214102a867f3089c7abb44ce5464b0f675af074c76ebeffd05aea" } }, "bin": "omnisharp.exe",