{
    "version": "7.0.7",
    "description": "GUI tool for creating, updating, and deploying NuGet packages",
    "homepage": "https://github.com/NuGetPackageExplorer/NuGetPackageExplorer",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://packages.chocolatey.org/NugetPackageExplorer.7.0.7.nupkg",
            "hash": "cf1ab455be6224d874310a1827e6ae562dd2dc700e972325cded5854c192e0b7"
        }
    },
    "extract_dir": "tools",
    "bin": "NuGetPackageExplorer.exe",
    "shortcuts": [
        [
            "NuGetPackageExplorer.exe",
            "Nuget Package Explorer"
        ]
    ],
    "checkver": {
        "url": "https://chocolatey.org/packages/NugetPackageExplorer",
        "regex": "Chocolatey.*?([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://packages.chocolatey.org/NugetPackageExplorer.$version.nupkg"
            }
        },
        "hash": {
            "url": "https://chocolatey.org/packages/NugetPackageExplorer",
            "regex": "$sha256.*?$basename"
        }
    }
}
