From e01afc2985dd37056cb9574ca2bd890fb17deea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 May 2020 14:24:43 +0200 Subject: [PATCH] omnisharp: Update to version 1.35.1 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 01d1f30c80..bb5580dc4a 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { "homepage": "http://www.omnisharp.net", "description": "A .NET development platform based on roslyn workspaces", - "version": "1.35.0", + "version": "1.35.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.0/omnisharp-win-x64.zip", - "hash": "9a8018bf2dcf28abfdba577965d9a4ab3b98fa0ecedb184fa25339bbde7cce10" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.1/omnisharp-win-x64.zip", + "hash": "cd9aab18d19e04e52ce7c06a04f8ad7cfa2ac3daf40a9d50933f65784877f946" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.0/omnisharp-win-x86.zip", - "hash": "7ed731aeb8b64cc159fe3d8200ebdea9e1076e3aaf8079cc7b7dfc878834709d" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.1/omnisharp-win-x86.zip", + "hash": "ebbf6c697bb14bb512643adf712f8fdec52affd1cd23c52097caa85df81066d0" } }, "bin": "omnisharp.exe",