NetCoreDbg: Add version 2.0.0-859 (#554)

* Add NetCoreDbg

* Update netcoredbg.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
amansheim-bm-net 2021-12-02 12:52:10 -05:00 committed by GitHub
parent 9b4837b17b
commit 8500a4a923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/netcoredbg.json Normal file
View File

@ -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"
}
}
}
}