{
    "version": "10.0.1.8346",
    "description": ".NET assembly browser and decompiler.",
    "homepage": "http://ilspy.net",
    "license": "MIT",
    "suggest": {
        ".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0"
    },
    "architecture": {
        "arm64": {
            "url": "https://github.com/icsharpcode/ILSpy/releases/download/v10.0.1/ILSpy_binaries_10.0.1.8346-arm64.zip",
            "hash": "ac5f33971598df5196e85f51c41ce5f75a935c1a7cad28a0be9eeae2d02737be"
        },
        "64bit": {
            "url": "https://github.com/icsharpcode/ILSpy/releases/download/v10.0.1/ILSpy_binaries_10.0.1.8346-x64.zip",
            "hash": "f659a3c0da8ef4f7d6a11320cd4d5c2752a6a8d5550eea927dc11cfc67f82bbc"
        }
    },
    "bin": "ILSpy.exe",
    "shortcuts": [
        [
            "ILSpy.exe",
            "ILSpy"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/icsharpcode/ILSpy/releases",
        "jsonpath": "$..assets[?(@.browser_download_url =~ /ILSpy_binaries_(?:[\\d.]+)-x64\\.zip$/i)].browser_download_url",
        "regex": "download/v(?<tag>[\\d.]+)/ILSpy_binaries_([\\d.]+)-x64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "arm64": {
                "url": "https://github.com/icsharpcode/ILSpy/releases/download/v$matchTag/ILSpy_binaries_$version-arm64.zip"
            },
            "64bit": {
                "url": "https://github.com/icsharpcode/ILSpy/releases/download/v$matchTag/ILSpy_binaries_$version-x64.zip"
            }
        }
    }
}
