1.4 KiB
1.4 KiB
How to Release a New Version to Microsoft Store
This document is for code owners.
1. Update Version Numbers
Version numbers must be updated in two locations:
- RunCat365/RunCat365.csproj
- Update
<Version>X.Y.Z</Version>(3-digit format)
- Update
- WapForStore/Package.appxmanifest
- Update
Version="X.Y.Z.0"in the<Identity>element (4-digit format)
- Update
2. Build the App
- Open the solution in Visual Studio
- Verify the build succeeds in Release configuration
3. Create the Package
- In Visual Studio, right-click on the WapForStore project
- Select Publish > Create App Packages
- Choose Microsoft Store as MSIX package and sign in with your Microsoft account
- Select the existing app "RunCat 365"
- Configure package settings (x86, x64, arm64)
- Generate the
.msixuploadfile
4. Submit to Partner Center
- Sign in to Partner Center
- Navigate to Apps and games > RunCat 365
- Click Start a new submission
- Update the following sections:
- Packages: Upload the generated
.msixuploadfile - Store listings: Update description/screenshots if needed
- Release notes: Describe changes in this version
- Packages: Upload the generated
- Click Submit to the Store
5. Wait for Certification
- Certification typically takes 1-3 business days
- If issues are found, fix them and resubmit