Skip to content

Fix Microsoft Store MSIX versioning - #37

Merged
FaulMit merged 1 commit into
mainfrom
fix/store-msix-versioning
Aug 21, 2026
Merged

Fix Microsoft Store MSIX versioning#37
FaulMit merged 1 commit into
mainfrom
fix/store-msix-versioning

Conversation

@FaulMit

@FaulMit FaulMit commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • keep Microsoft-reserved MSIX revision field at zero
  • allow separate internal Store identity for same visible Captail version
  • verify Partner Center certification handoff and document Store-only republish flow

Validation

  • ./tools/TestStoreReleaseWorkflow.ps1n- ./tools/SyncStoreListing.ps1 -Version 0.2.1 -ValidateOnlyn- PowerShell parser validation
  • invalid

@FaulMit
FaulMit merged commit 25e9918 into main Aug 21, 2026
6 of 7 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5f48aae946

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

}

$packageVersion = "$Version.$PackageRevision"
$packageVersion = if ($IdentityVersion) { $IdentityVersion } else { "$Version.0" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Prevent republish identities from colliding with later releases

When 0.2.1 is republished with the documented override 0.2.2.0, a subsequent normal 0.2.2 release leaves IdentityVersion empty and this fallback generates 0.2.2.0 again. Because Partner Center requires the new package identity to be higher than the previously submitted identity, following the documented normal-release flow then rejects that release; use an identity scheme that Store-only republishes cannot consume, or require the carried-forward identity override on later releases.

Useful? React with 👍 / 👎.

@FaulMit
FaulMit deleted the fix/store-msix-versioning branch August 21, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant