From f07daecb0d38f2dfd372cb587c7de82f7c2dffdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 13 Aug 2020 09:41:48 +0200 Subject: [PATCH] omnisharp: Update to version 1.36.1 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 62ddecc738..d2dab2c5c2 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.36.0", + "version": "1.36.1", "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.36.0/omnisharp-win-x64.zip", - "hash": "a0d565fc7e3bec8918bcf049e30a67faadbe18ca39d37f9d4854c677868f63db" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.1/omnisharp-win-x64.zip", + "hash": "4bc3ff889b54561ae76870e5b2047ca6ff0cd6e5e78882288c7598a882142083" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.0/omnisharp-win-x86.zip", - "hash": "1634e4f33966b00a2df18ab42e45448e38a845b1715e84c4d2586be8086ef125" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.36.1/omnisharp-win-x86.zip", + "hash": "a5edbe147a3e67ef9f36bcd30cba2c1a8212e2594569709f06a35f29d8d5c320" } }, "bin": "omnisharp.exe",