{
    "version": "3.0.0-1018",
    "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/3.0.0-1018/netcoredbg-win64.zip",
            "hash": "e6606b52ec3b1b29f6f3c32934ea51534781d631f8b0ee69203f4e6dbd93e48c"
        }
    },
    "extract_dir": "netcoredbg",
    "bin": "netcoredbg.exe",
    "checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
            }
        }
    }
}
