Skip to content

WiX: avoid using extended versioning on the MSIs #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 27, 2023
Merged

WiX: avoid using extended versioning on the MSIs #252

merged 2 commits into from
Nov 27, 2023

Conversation

tristanlabelle
Copy link
Contributor

@tristanlabelle tristanlabelle commented Oct 25, 2023

<Package> versions must be merely uint16's with no trailing -. We used to handle this in build.ps1 on a per-wixproj basis before the refactoring that made installer.wixproj drive the whole build. The <Bundle> version still keeps using the semantic version suffix because that is supported.

@tristanlabelle tristanlabelle marked this pull request as ready for review November 17, 2023 21:48
@compnerd compnerd changed the title Avoid semver on Packages WiX: avoid using extended versioning on the MSIs Nov 17, 2023
Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants