From 543e2e5bced1d1bcbfd17e8cfc1b158cc83ff7b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 12:32:15 +0000 Subject: [PATCH] omnisharp: Update to version 1.39.4 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 292c48eb2f..08bc2a6f9d 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,17 +1,17 @@ { - "version": "1.39.5", + "version": "1.39.4", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": { "64bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.5/omnisharp-win-x64.zip", - "hash": "68be38081528c5c799579ce11c5a976a0d8f911c5f739715b6156ad37a326287" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.4/omnisharp-win-x64.zip", + "hash": "06083806148bca05904dc47d1927f815dea37321403a431b5fff5684b9b0fa48" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.5/omnisharp-win-x86.zip", - "hash": "39a26b4ca02e6b50a5a16567dc288d8cc1abd88dfc1c0340711b2534a00633e9" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.4/omnisharp-win-x86.zip", + "hash": "e93afde375496013181881c00eb00cc8373a897bb0330ed7761acafa055b7ef0" } }, "bin": "omnisharp.exe",