[PR #12691] [MERGED] Fix the appxbundle version to be the appx version #29182

Open
opened 2026-01-31 09:33:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12691
Author: @DHowett
Created: 3/14/2022
Status: Merged
Merged: 3/14/2022
Merged by: @DHowett

Base: mainHead: dev/duhowett/fix-appx-bundle-version


📝 Commits (1)

  • 68665d6 Fix the appxbundle version to be the appx version

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 build/pipelines/release.yml (+1 -1)

📄 Description

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 is 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12691 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 3/14/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/duhowett/fix-appx-bundle-version` --- ### 📝 Commits (1) - [`68665d6`](https://github.com/microsoft/terminal/commit/68665d624012df2fc625604681505a832fbddd70) Fix the appxbundle version to be the appx version ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/release.yml` (+1 -1) </details> ### 📄 Description 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 is 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:33:18 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29182