From fcfce7ff8173b77fa478846a7c78a8e8e863326c Mon Sep 17 00:00:00 2001 From: Ash258 Date: Sun, 12 Apr 2020 09:15:51 +0200 Subject: [PATCH] omnisharp: Update to version 1.35.0 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index a6787f1135..01d1f30c80 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.15", + "version": "1.35.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.15/omnisharp-win-x64.zip", - "hash": "d26b1b24fcce54b364b05e9e9c30027a36bd3c3ad456e02cfdfed64d9a9dd5b4" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.0/omnisharp-win-x64.zip", + "hash": "9a8018bf2dcf28abfdba577965d9a4ab3b98fa0ecedb184fa25339bbde7cce10" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.34.15/omnisharp-win-x86.zip", - "hash": "a84314a209cfd4b9d65ea3819711eedd5178ccf784d13993bfe1c8f0e358eefe" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.35.0/omnisharp-win-x86.zip", + "hash": "7ed731aeb8b64cc159fe3d8200ebdea9e1076e3aaf8079cc7b7dfc878834709d" } }, "bin": "omnisharp.exe",