From b9efb6dd32ea988ec9db610fcd621404574a14cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 00:38:58 +0000 Subject: [PATCH] omnisharp: Update to version 1.39.1 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 32460d21b7..6dee8c31d5 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,17 +1,17 @@ { - "version": "1.39.0", + "version": "1.39.1", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://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.0/omnisharp-win-x64.zip", - "hash": "28b7d3b88ca2fa8aeb90f7277cc32bfbef4085b28f78cc6fb441bbab4401f0d5" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.1/omnisharp-win-x64.zip", + "hash": "5cc5974bf5427573a764bb8ef45dcbbe7a5d33fcf2d582d01be286ca7af2888a" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.0/omnisharp-win-x86.zip", - "hash": "11b6d742cafc416f204338926ca59812ba8a7f24b1af50d366a91502a8898cfe" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.1/omnisharp-win-x86.zip", + "hash": "01e001b608aa1deab29c6b2b2b6c43c44f476145e6be31dda07fb7d9e668c13b" } }, "bin": "omnisharp.exe",