From df29d45307ef0f54c1f55907b7c596464e424c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:24:54 +0000 Subject: [PATCH] omnisharp: Update to version 1.39.11 --- bucket/omnisharp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/omnisharp.json b/bucket/omnisharp.json index 6f02095116..fc68e1ccc5 100644 --- a/bucket/omnisharp.json +++ b/bucket/omnisharp.json @@ -1,17 +1,17 @@ { - "version": "1.39.10", + "version": "1.39.11", "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.10/omnisharp-win-x64.zip", - "hash": "be0ed10aacea17e14b78bd0d887de5935d4eca3712192a701f3f2100ca3c8b6e" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.11/omnisharp-win-x64.zip", + "hash": "e1ad559974430c9aa81819f1433583b0ee9a977d2daae1de32d4d408503b2867" }, "32bit": { - "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.10/omnisharp-win-x86.zip", - "hash": "c81ce2099ad494ef63f9d88faa70d55a68cf175810f944526ff94aac7a5109f9" + "url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.11/omnisharp-win-x86.zip", + "hash": "df52f6bceef14033e8a8c374ef1b81d223ffd17ba9d7e297cfcf0c4bebf0a22f" } }, "bin": "omnisharp.exe",