v4.7.0: Add a module metadata handler, enhance command and help handlers, and fix a Windows PowerShell host-start hang.#2329
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This is a release PR that bumps PowerShell Editor Services from v4.6.0 to v4.7.0. It updates the version metadata in the build props and module manifest, and adds the corresponding release entry to the changelog. The release rolls up previously merged work: a new module metadata handler, command/help handler enhancements, and a fix for a Windows PowerShell host-start hang.
Changes:
- Bumped
VersionPrefixandModuleVersionto4.7.0. - Added a
v4.7.0entry toCHANGELOG.mddated Thursday, June 25, 2026 with a link to the GitHub Release.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| PowerShellEditorServices.Common.props | Bumps VersionPrefix from 4.6.0 to 4.7.0 for the build. |
| module/PowerShellEditorServices/PowerShellEditorServices.psd1 | Bumps the module manifest ModuleVersion to 4.7.0. |
| CHANGELOG.md | Adds the v4.7.0 release section with date and release link. |
…ers, and fix a Windows PowerShell host-start hang.
SeeminglyScience
approved these changes
Jun 25, 2026
Collaborator
|
@andyleejordan I did review this as well, looks good to me and tested as expected. Nice job! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Release PR bumping PowerShell Editor Services to
v4.7.0. SeeCHANGELOG.mdfor details.