From 43e366e1feff159d71e7b6e6b8dae07ad04b7832 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 8 Oct 2019 19:00:30 +0000 Subject: [PATCH] omnisharp: Update to version 1.34.5 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 6e76d34f35..02760fc2ed 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.34.4", + "version": "1.34.5", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp-win-x64.zip", - "hash": "6e59314443d3aca868592c176a9f02a78a153ee0a72da3db9b7b2de7fbb04c99" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.5/omnisharp-win-x64.zip", + "hash": "a745558a5209639ea1b6c32e1575cf5ba09a5da60db7e5be89f6f6c2e6e6fbdc" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.4/omnisharp-win-x86.zip", - "hash": "f8b6a59717be52ffc6b10edc3f83bd71a144dfad5380b9fc30ebb3f7a71c563e" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.5/omnisharp-win-x86.zip", + "hash": "80d21906505ef6764941f45b9e62ad5a5e0eef7ab6d1cfd32bf1340a1f9cd1b5" } }, "bin": "omnisharp.exe",