发布

  • fix(msix): default PublisherDisplayName to the registered Store name (#1043)
    Publish Container Image / Build and publish container image (push) Has been cancelled

    frostbyte_neo 发布于 2026-07-01 17:05:09 +00:00 | 835 次提交 在此版本后已推送到 main

    The Microsoft Store rejects the package when Properties/PublisherDisplayName
    does not match the registered publisher display name, and (unlike the Identity
    Name/Publisher, which the Store remaps on ingestion) it is validated strictly.
    The release workflow runs build-msix.ps1 with no arguments, so it used the
    old default "GeoLibre", which failed validation ("doesn't match your publisher
    display name: Open Geospatial Solutions").

    Default PublisherDisplayName to "Open Geospatial Solutions" so the CI-built
    MSIX passes Store validation, and update the packaging README table to match.

    下载附件