Skip to content

Commit

Permalink
Merge pull request #1004 from dorssel/bump_wix
Browse files Browse the repository at this point in the history
Bump WiX from 5.0.0 to 5.0.1
  • Loading branch information
dorssel authored Jul 27, 2024
2 parents 8a33af1 + 6e04d88 commit a0741e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ SPDX-License-Identifier: GPL-3.0-only
<!-- Usbipd.PowerShell -->
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
<!-- Installer -->
<PackageVersion Include="WixToolset.Firewall.wixext" Version="5.0.0" />
<PackageVersion Include="WixToolset.UI.wixext" Version="5.0.0" />
<PackageVersion Include="WixToolset.Util.wixext" Version="5.0.0" />
<PackageVersion Include="WixToolset.Firewall.wixext" Version="5.0.1" />
<PackageVersion Include="WixToolset.UI.wixext" Version="5.0.1" />
<PackageVersion Include="WixToolset.Util.wixext" Version="5.0.1" />
<!-- UnitTests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
Expand Down
18 changes: 9 additions & 9 deletions Installer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"WixToolset.Firewall.wixext": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "ImdAKuoOkZcqPiIXmrcprM8Y1azA17EXZdUecpDD/V5jJcY+Ir4EtRLIWjYNno8FgUXRFyFskmAV13Us2SIInA=="
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "c2ubWDTZNj5rvBo/JyOVqHhABZR5TAykXfreKw5jw+Gd0KBRsDFvUzzGGgKD05LITds4vFuDihzjAW32xgxoyQ=="
},
"WixToolset.UI.wixext": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "bSXUeHrfylVOeoklBb3mSlmMmiIVmQnEakCLeEtQoUundgWY3LOlVr7yjLu/3RBkMCiYdGmaNhg7MHwS2iQDsA=="
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "5QOjucYewg+fQ6obndgfpLFVqfX/3UlqAq+aNCmmAb8Gjl81uNxUdo47QF0tnryKyU2OLkiq09tXC0rKsz4d4A=="
},
"WixToolset.Util.wixext": {
"type": "Direct",
"requested": "[5.0.0, )",
"resolved": "5.0.0",
"contentHash": "7lLwyrf+2cTuPju0swTWtRNYesnOMxXhGugMnGGNEPDB4g/+BCUsub2RDYAxnBnbnND7QmPwZnneLrTIQOdAbg=="
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "7DxjepwZ4vuLfy2scstHWaKRgYmDSpj7YAV31lrxnU5a4U6Au2p9t4YpnXrNeq8FFYuZivg5vEc/zuz5tfigug=="
}
},
"native,Version=v0.0/win-x64": {}
Expand Down

0 comments on commit a0741e8

Please sign in to comment.