Release version 0.5.2 - #12
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 349a43bad6
ℹ️ 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".
| <RootNamespace>CodexUsageDock</RootNamespace> | ||
| <ApplicationManifest>app.manifest</ApplicationManifest> | ||
| <Version>0.5.1</Version> | ||
| <Version>0.5.2</Version> |
There was a problem hiding this comment.
Update the stale metadata version test
This version bump changes the assembly informational version consumed by CodexUsageDockMetadata.Version, but CodexUsageDock.Tests/UsageDataTests.cs:166 still asserts 0.5.1; the Store package workflow runs dotnet test before packaging, so the 0.5.2 release validation fails until that expected value is updated.
Useful? React with 👍 / 👎.
Summary
Why
Version 0.5.2 is the first release containing the complete self-contained .NET MSIX layout from PR #11. The higher package version allows Partner Center and existing Store installations to recognize it as an update.
Impact
The release workflow will produce
CodexUsageDock-0.5.2.msixupload, containing x64 and ARM64 packages with identity version0.5.2.0.Validation
git diff --checkCodexUsageDock-0.5.2.msixuploadpassed package, runtime-layout, manifest, architecture, and bundle validation