From 65d22c59d572ae42848a7d1943d3c01d18e0e516 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 3 Apr 2025 17:31:13 -0400 Subject: Fix bad copyspaghetti in XSD. --- src/xsd/wix.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index 4229352c..8cf81048 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd @@ -187,7 +187,7 @@ - _New in WiX v6: WiX v6 adds this attribute to the `Package` element._ + _New in WiX v6: WiX v6 adds this attribute to the `Bundle` element._ A globally unique identiifer for the bundle in the world. It is recommended to use a prefix such as "CompanyName." to create a namespace of sorts. By default, higher versioned upgrade lower versioned bundles with the same Id. Use this attribute instead of the UpgradeCode attribute in new development. -- cgit v1.2.3-55-g6feb