Skip to content

Release version scheme problematic with WiX #528

@dnaka91

Description

@dnaka91

When working on my Tauri PR #360, I noticed an error when building the installer for Windows. Seems the WiX installer toolkit has some limitation of 256 for the major release number.

Therefore, building 2022.1.0 fails on Windows to a too high number. Also, some tools strictly require a SemVer compatible version, so I had to adjust 2022.1 to 2022.1.0 already.

I know @negue, you went through some different versioning schemes already. So, you're probably not willing to change the scheme yet again. Means we'd have to come up with some solution for this eventually. Currently, I just keep the version to 0.1.0 to make it compile 😅

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions