From bcff6c2e828c095d63564404cad3986684ae2b47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:32:56 +0000 Subject: [PATCH] omnisharp: Update to version 1.39.10 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 085cbf071a..6f02095116 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,17 +1,17 @@ { - "version": "1.39.9", + "version": "1.39.10", "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.9/omnisharp-win-x64.zip", - "hash": "ca3f948292c42666a805f72d3cdde1f72347de6609640d28e54419653e407c13" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-x64.zip", + "hash": "be0ed10aacea17e14b78bd0d887de5935d4eca3712192a701f3f2100ca3c8b6e" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.9/omnisharp-win-x86.zip", - "hash": "4b9f577fb8bfbba19300a12abc3508909b47315886363019e2d66bc3e4d359c0" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-x86.zip", + "hash": "c81ce2099ad494ef63f9d88faa70d55a68cf175810f944526ff94aac7a5109f9" } }, "bin": "omnisharp.exe",