[release/v7.6] Update Microsoft.PowerShell.PSResourceGet version to 1.2.0#27007
Merged
daxian-dbw merged 1 commit intoPowerShell:release/v7.6from Mar 11, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the packaging change to ship Microsoft.PowerShell.PSResourceGet module version 1.2.0 in the PowerShell release/v7.6 branch, including BOM updates for compliance tracking.
Changes:
- Update
PSGalleryModules.csprojpackage reference from1.2.0-rc3to1.2.0. - Add the PSResourceGet module signature file (
.signature.p7s) to the Windows packaging BOM.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/packaging/boms/windows.json | Adds BOM entry for Modules\Microsoft.PowerShell.PSResourceGet\.signature.p7s as NonProduct. |
| src/Modules/PSGalleryModules.csproj | Bumps Microsoft.PowerShell.PSResourceGet package version to 1.2.0. |
SeeminglyScience
approved these changes
Mar 11, 2026
daxian-dbw
added a commit
that referenced
this pull request
Mar 12, 2026
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.
Backport of #27003 to release/v7.6
Triggered by @daxian-dbw on behalf of @anamnavi
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Updates PSGalleryModules.csproj to package PSResourceGet 1.2.0
Customer Impact
Customers will receive the updated PSResourceGet 1.2.0 module with improved functionality and bug fixes
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
PSResourceGet 1.2.0 has been tested by the PSResourceGet team. Backport verification: Module loads correctly, packaging includes correct version. BOM file updated to reflect new version for compliance tracking.
Risk
REQUIRED: Check exactly one box.
Medium risk as it updates a user-facing module that customers depend on for package management. However, this is a tested stable release (1.2.0) from the PSResourceGet team. The change is limited to version references in packaging files with no code changes to PowerShell itself.