From 861c2371eedaff3d9789c839a00409ae2d140e1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:28:03 +0000 Subject: [PATCH] omnisharp: Update to version 1.39.9 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 341a957060..085cbf071a 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,17 +1,17 @@ { - "version": "1.39.8", + "version": "1.39.9", "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.8/omnisharp-win-x64.zip", - "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp-win-x64.zip", + "hash": "ca3f948292c42666a805f72d3cdde1f72347de6609640d28e54419653e407c13" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", - "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp-win-x86.zip", + "hash": "4b9f577fb8bfbba19300a12abc3508909b47315886363019e2d66bc3e4d359c0" } }, "bin": "omnisharp.exe",