From 8db15506b15355970d61c45e9b54aa6f29ff1c2f Mon Sep 17 00:00:00 2001 From: twille Date: Sat, 11 Sep 2021 13:53:34 +0200 Subject: [PATCH 1/2] tar.gz-file changed it's name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76f031a0c..02b1505db 100644 --- a/package.json +++ b/package.json @@ -250,7 +250,7 @@ { "id": "Debugger", "description": ".NET Core Debugger (linux / x64)", - "url": "https://github.com/Samsung/netcoredbg/releases/latest/download/netcoredbg-linux-amd64.tar.gz", + "url": "https://github.com/Samsung/netcoredbg/releases/latest/download/netcoredbg-linux-amd64_fixed.tar.gz", "fallbackUrl": "https://web.archive.org/web/20210704184708/https://github-releases.githubusercontent.com/113926796/fc5bfc00-dc3b-11eb-8d47-f99c4dc1c4c6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210704%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210704T184708Z&X-Amz-Expires=300&X-Amz-Signature=521e3d193946f1cd4598e55056b7597497e294322daa6827f3bf84d1be4e1d89&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=113926796&response-content-disposition=attachment%3B%20filename%3Dnetcoredbg-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream", "installPath": ".debugger", "platforms": [ From 21f89ecfd520f247b0dd3d74a6d3b88a5753e6b3 Mon Sep 17 00:00:00 2001 From: Muhammad Sammy Date: Fri, 17 Sep 2021 19:21:33 +0200 Subject: [PATCH 2/2] Change version to 1.23.15-PATCH --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02b1505db..a78cf7546 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "muhammad-sammy", - "version": "1.23.15", + "version": "1.23.15-PATCH", "description": "C# support for vscode-compatible editors (powered by OmniSharp and NetCoreDbg).", "displayName": "C#", "author": "Muhammad Sammy",