Skip to content

Commit

Permalink
Merge pull request #900 from dorssel/bump_wix
Browse files Browse the repository at this point in the history
Bump WiX from 4.0.4 to 4.0.5
  • Loading branch information
dorssel committed Mar 23, 2024
2 parents 26aaba5 + b4cd004 commit 1e2a5c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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="4.0.4" />
<PackageVersion Include="WixToolset.UI.wixext" Version="4.0.4" />
<PackageVersion Include="WixToolset.Util.wixext" Version="4.0.4" />
<PackageVersion Include="WixToolset.Firewall.wixext" Version="4.0.5" />
<PackageVersion Include="WixToolset.UI.wixext" Version="4.0.5" />
<PackageVersion Include="WixToolset.Util.wixext" Version="4.0.5" />
<!-- UnitTests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"WixToolset.Sdk": "4.0.4"
"WixToolset.Sdk": "4.0.5"
}
}

0 comments on commit 1e2a5c0

Please sign in to comment.