You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the version in Settings>Apps don't match with the release tag?
The versioning scheme is limited to MAJOR.MINOR.BUILD.PATCH for FileVersion and ProductVersion field in installer metadata, to present the original Semantic Versioning scheme without infomation loss, beta, rc and release are mapped to PATCH field.
PATCH >= 0 && PATCH < 1000 means this is a beta build.
PATCH >= 1000 && PATCH < 1000000 means this is a rc build.
PATCH >= 1000000 means this is a release build.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Common questions and answers for this project.
The text was updated successfully, but these errors were encountered: