Skip to content

Commit f1c1eec

Browse files
authored
Merge pull request #286 from compnerd/6.0-upgrade
WiX: define new upgrade code for 6.0
2 parents 38ab1e4 + c70c5cd commit f1c1eec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<BundleUpgradeCode>{917DAD47-82C9-4845-ACBE-57E169EDF799}</BundleUpgradeCode>
4040
</PropertyGroup>
4141

42+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.0'">
43+
<BundleUpgradeCode>{95A51A3B-1521-4A98-8BE1-6381BA688561}</BundleUpgradeCode>
44+
</PropertyGroup>
45+
4246
<PropertyGroup>
4347
<DefineConstants>
4448
$(DefineConstants);

0 commit comments

Comments
 (0)