From 8500a4a9234929698907f86658c7f87e1fe5136c Mon Sep 17 00:00:00 2001 From: amansheim-bm-net Date: Thu, 2 Dec 2021 12:52:10 -0500 Subject: [PATCH] NetCoreDbg: Add version 2.0.0-859 (#554) * Add NetCoreDbg * Update netcoredbg.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/netcoredbg.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/netcoredbg.json diff --git a/bucket/netcoredbg.json b/bucket/netcoredbg.json new file mode 100644 index 0000000000..48f81876db --- /dev/null +++ b/bucket/netcoredbg.json @@ -0,0 +1,21 @@ +{ + "version": "2.0.0-859", + "description": "NetCoreDbg is a managed code debugger with MI interface for CoreCLR.", + "homepage": "https://github.com/Samsung/netcoredbg", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Samsung/netcoredbg/releases/download/2.0.0-859/netcoredbg-win64.zip", + "hash": "6d6846deddb9506d39828d10dfea97843e34da27252acaee6c7f11432a174eb0" + } + }, + "extract_dir": "netcoredbg", + "checkver": "/releases/tag/(?:v|V)?([\\d.-]+)", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip" + } + } + } +}