Commit Graph

11 Commits

Author SHA1 Message Date
Luis Lavena
dfd0e8d087 Correct WireGuard arm64 and x64 ProductCode (#12479)
Per conversation in microsoft/winget-pkgs#12457, the previous version
`ProductCode` references were used.

This uses the correct ones.

Codes obtained using PowerShell:

    PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-amd64-0.3.14.msi" |
            select -ExpandProperty Publisher | Select BinaryName

    BinaryName
    ----------
    {DF1A0F7C-F116-4906-BEF6-EF24AA79969E}

    PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-arm64-0.3.14.msi" |
            select -ExpandProperty Publisher | Select BinaryName

    BinaryName
    ----------
    {890F22D7-5BA8-4D6B-B285-CEC84BAA2DCC}

    PS C:\> Get-AppLockerFileInformation -Path ".\wireguard-x86-0.3.14.msi" |
            select -ExpandProperty Publisher | Select BinaryName

    BinaryName
    ----------
    {1C5E1A8C-C43C-4647-AB9E-EF63F820805B}
2021-05-11 15:26:55 +00:00
Esco
262f330b84 Added ProductCode for WireGuard.WireGuard v0.3.14 (#12468) 2021-05-11 14:39:40 +00:00
Luis Lavena
ddfa551ef0 Add WireGuard 0.3.14 (#12457)
Remove `ProductCode` fields from this version since I was unable to
retrieve those from the MSI packages.
2021-05-11 13:30:59 +00:00
Esco
e48a7e0241 Added WireGuard.WireGuard v0.3.13 (#12259) 2021-05-08 10:19:10 +00:00
Luis Lavena
acbafe608c Add WireGuard 0.3.11 (#10719) 2021-04-14 15:59:13 +00:00
Easton Pillay
991fab5628 Added x86 architecture for WireGuard version 0.3.5. (#10578) 2021-04-13 21:20:19 +00:00
Easton Pillay
4793ddb175 Added x86 architecture for WireGuard version 0.3.8. (#10579) 2021-04-13 21:19:10 +00:00
Easton Pillay
759fd4eeb2 Added x86 architecture for WireGuard version 0.3.4. (#10577) 2021-04-13 21:17:33 +00:00
Easton Pillay
867673b5f5 Added WireGuard version 0.3.10. (#10576)
* Added WireGuard version 0.3.10.

* Fixed garbled metadata.
2021-04-11 21:35:38 +00:00
Easton Pillay
0d2be1bca3 Added x86 architecture for WireGuard version 0.3.9. (#10580) 2021-04-11 21:18:16 +00:00
Yao Sun
a460e378fc Upgrade all manifests to v1 manifest format 2021-03-30 09:42:09 -07:00