From f136f5d27130451306cd62ab0ac9adbfacd438d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 20:26:54 +0000 Subject: [PATCH] omnisharp: Update to version 1.38.2 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 2de9e28061..a1b8c3a68e 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,16 +1,16 @@ { - "version": "1.38.1", + "version": "1.38.2", "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.38.1/omnisharp-win-x64.zip", - "hash": "7f25478893d213855416c3bdd7ce8afd5b59c12a1d3dd8f79bbd4814d8b33af3" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.2/omnisharp-win-x64.zip", + "hash": "1f94980ca0fab7b6ae17195fbb9fc0a677ea4bb96a376cf68b32a0d59650522d" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.1/omnisharp-win-x86.zip", - "hash": "0c6ebbe06f83b828351d4f6fd0f57160e7898cb2a311f1199d004dd768640daf" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.38.2/omnisharp-win-x86.zip", + "hash": "b2e414b2a7155b2a484db182b69223b0aef9eb1f8e1cb6155c6c5e9d07a78cf8" } }, "bin": "omnisharp.exe",