{
    "version": "7.0.0",
    "description": "Set of tools for windows installer creation.",
    "homepage": "https://wixtoolset.org/",
    "license": "MS-RL",
    "notes": [
        "WiX Toolset requires .NET 8+ SDK or Runtimes.",
        "WiX now requires an explicit gesture to accept the OSMF EULA to avoid accidentally violating the EULA terms.",
        "The OSMF EULA v1.1 avoids requiring a fee until you make at least US$10,000 a year from your projects that use WiX."
    ],
    "suggest": {
        ".NET SDK": [
            "dotnet-sdk",
            "versions/dotnet-sdk-lts",
            "versions/dotnet8-sdk",
            "versions/dotnet9-sdk",
            "versions/dotnet10-sdk"
        ]
    },
    "url": "https://api.nuget.org/v3-flatcontainer/wix/7.0.0/wix.7.0.0.nupkg",
    "hash": "7f992e57c356dcbda2ea961bf3b348e1bd7d31d96795be4ac391e04cf140536d",
    "extract_dir": "tools\\net8.0\\any",
    "bin": "wix.exe",
    "post_install": [
        "# Specify full path to wix.exe in this installation directory to avoid another version of wix.exe in PATH being used",
        "& \"$dir\\wix.exe\" eula accept wix7"
    ],
    "checkver": {
        "url": "https://api.nuget.org/v3-flatcontainer/wix/index.json",
        "regex": "\"([\\d.]+)\"",
        "reverse": true
    },
    "autoupdate": {
        "url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg"
    }
}
