| Geth | star: c630da0bf7 | (RC Chuah)++ (committed using GitHub Web editor) | tools/build/binary-release/Windows/star.wxs MSI: Use $(var.STARVERSION) For Product Version Instead Of Hardcoded "1.0.0" MSI: Use $(var.STARVERSION) For Product Version Instead Of Hardcoded "1.0.0" Update tools/build/binary-release/Windows/star.wxs to use $(var.STARVERSION) for the MSI Product Version instead of the hardcoded "1.0.0". This resolves WinGet manifest validation errors (Manifest-AppsAndFeaturesVersion-Error) caused by successive installers reporting the same version. Relates to #218. - Replace Version="1.0.0" with Version="$(var.STARVERSION)" - Ensure MSI ProductVersion matches Rakudo Star release - Prevent WinGet pipeline rejection due to duplicate versions |
19:50 | |
| star: 1b6082e165 | (Anton Oks)++ (committed using GitHub Web editor) | tools/build/binary-release/Windows/star.wxs Merge pull request #219 from rc-chuah/fix/rakudo-star-windows-msi-product-version MSI: Use $(var.STARVERSION) For Product Version Instead Of Hardcoded "1.0.0" |