wixtoolset: Revert to version 5.0.2 (#6533)

This commit is contained in:
Hsiao-nan Cheung 2025-02-13 21:23:49 +08:00 committed by GitHub
parent 43bae8cffa
commit 35c1bd3c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,15 +1,16 @@
{ {
"version": "6.0.0-rc.1", "version": "5.0.2",
"description": "Set of tools for windows installer creation.", "description": "Set of tools for windows installer creation.",
"homepage": "https://wixtoolset.org/", "homepage": "https://wixtoolset.org/",
"license": "MS-RL", "license": "MS-RL",
"url": "https://api.nuget.org/v3-flatcontainer/wix/6.0.0-rc.1/wix.6.0.0-rc.1.nupkg", "url": "https://api.nuget.org/v3-flatcontainer/wix/5.0.2/wix.5.0.2.nupkg",
"hash": "7efd08c86e9514dea180c5cfd492c7c765d49d5b3153e235e6e153c4e413a71a", "hash": "f30ef0c74e2a986126539c5780be93ac24e8136eaf723b1937b26272703ae173",
"extract_dir": "tools\\net6.0\\any", "extract_dir": "tools\\net6.0\\any",
"bin": "wix.exe", "bin": "wix.exe",
"checkver": { "checkver": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/index.json", "url": "https://api.nuget.org/v3-flatcontainer/wix/index.json",
"jsonpath": "$.versions[-1:]" "regex": "\"([\\d.]+)\"",
"reverse": true
}, },
"autoupdate": { "autoupdate": {
"url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg" "url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg"