We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ec6cd commit a79e194Copy full SHA for a79e194
src/UE_QuickLaunch_installer/Package.wxs
@@ -1,6 +1,6 @@
1
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
2
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
3
- <Package Name="UE_QuickLaunch" Manufacturer="SKVFX" Version="2.1.0.0" UpgradeCode="5841e624-2d30-4a43-9d17-ac613df29903">
+ <Package Name="UE_QuickLaunch" Manufacturer="SKVFX" Version="2.1.1.0" UpgradeCode="5841e624-2d30-4a43-9d17-ac613df29903">
4
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
5
6
<Property Id="URL" Value="https://github.com/ScottKirvan/UE_QuickLaunch" />
0 commit comments