Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the appxbundle version to be the appx version (microsoft#12691)
The store did not like when I uploaded two Windows Terminal packages built on the same date, because the appxbundle version defaulted to YYYY.MMDD.something. There was a risk that using *this* version number will fail because it is thousands of numbers less than "2022". We'll have to see if the store rolls it out properly. I cannot find any documentation on how the store rolls out *bundle* versions (it is very aware of .appx versions...). A local test with 1.14.72x (Preview) published via the store seems to have worked.
- Loading branch information