Skip to content

fix(msix): align package Identity Name with reserved Partner Center value#47

Merged
nelsonduarte merged 1 commit into
mainfrom
fix/msix-identity-name
May 8, 2026
Merged

fix(msix): align package Identity Name with reserved Partner Center value#47
nelsonduarte merged 1 commit into
mainfrom
fix/msix-identity-name

Conversation

@nelsonduarte
Copy link
Copy Markdown
Owner

Summary

Align msix/AppxManifest.xml <Identity Name="..."> with the value Microsoft Partner Center actually reserved (NelsonDuarte.pdfapps, with capitalised prefix and lowercase suffix). MSIX Identity/Name is case-sensitive — submitting with the wrong casing fails Partner Center validation.

PublisherDisplayName already matches (Nelson Duarte); no change needed there.

Test plan

  • Next CI build (or local pwsh msix/build.ps1 -Publisher "CN=3423A306-96C2-45CC-81F5-1D34A0D8EEFA") produces a .msix whose <Identity Name> matches the reservation.
  • Upload to Partner Center succeeds without "manifest mismatch" error.

🤖 Generated with Claude Code

…er value

Microsoft Partner Center reserved the package as `NelsonDuarte.pdfapps`
(the lowercase "pdfapps" suffix and the capitalised "NelsonDuarte"
prefix were what was actually granted, not the all-lowercase
`nelsonduarte.PDFApps` we'd guessed at scaffolding time). MSIX
Identity/Name comparison is case-sensitive — uploading with the
mismatched name would fail Partner Center submission validation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@nelsonduarte nelsonduarte merged commit 8dce006 into main May 8, 2026
3 checks passed
@nelsonduarte nelsonduarte deleted the fix/msix-identity-name branch May 8, 2026 10:12
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