Skip to content

Commit 3878d65

Browse files
authored
Merge pull request #353 from compnerd/6.1-upgrade
WiX: add an identifier for the 6.1 branch
2 parents df3572f + 8206f14 commit 3878d65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

platforms/Windows/SideBySideUpgradeStrategy.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Bundles don't support upgrade version ranges, so the bundle upgrade code
1515
must change for every minor version _and_ stay the same for the entire
16-
lifetime of that minor version (e.g., v5.10.0 thropugh v5.10.9999).
16+
lifetime of that minor version (e.g., v5.10.0 through v5.10.9999).
1717
-->
1818

1919
<PropertyGroup>
@@ -47,6 +47,10 @@
4747
<BundleUpgradeCode>{95A51A3B-1521-4A98-8BE1-6381BA688561}</BundleUpgradeCode>
4848
</PropertyGroup>
4949

50+
<PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.1'">
51+
<BundleUpgradeCode>{FE697529-162A-4D62-904E-F5BC964C370F}</BundleUpgradeCode>
52+
</PropertyGroup>
53+
5054
<PropertyGroup>
5155
<DefineConstants>
5256
$(DefineConstants);

0 commit comments

Comments
 (0)