Prepare v1.3.0 release#25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c8d19e645
ℹ️ 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".
| <metadata> | ||
| <id>threadpilot</id> | ||
| <version>1.2.0</version> | ||
| <version>1.3.0</version> |
There was a problem hiding this comment.
Update Chocolatey installer payload for 1.3.0
When the checked-in Chocolatey package is packed from this nuspec, it now advertises version 1.3.0, but chocolatey/tools/chocolateyInstall.ps1 is still part of the package payload and still downloads the v1.1.2 installer with the v1.1.2 checksum. In that direct packaging path, users installing threadpilot 1.3.0 would actually receive the old binary, so the installer URL/checksum need to be updated alongside the nuspec metadata.
Useful? React with 👍 / 👎.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
Describe what changed and why.
Type of Change
Validation
Security and Risk Notes
List any impact on elevation, process control, power plan operations, or persisted configuration.
Checklist