| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🎉v7.0.0-preview.5 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…l#10588) update packaging msix so version conforms to Store requirment
| Back | FazBrowse Home | New Git URL |
PR Summary
The Windows Store require the last digit of the version to be a zero. Previously we put the Preview number into the last digit. The fix is if
the last digit is not zero, we put that value for Build and set Revision to 0. This will not affect stable versions which uses the Build
as the servicing version and has Revision as 0.
PR Context
Enable publishing the msix to Windows Store.
PR Checklist