Update Microsoft.PowerShell.PSResourceGet version to 1.3.0-preview1 by anamnavi · Pull Request #27487 · PowerShell/PowerShell
PowerShell / PowerShell Public
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Merged
merged 1 commit into
Merged
Conversation
Member
PR Summary
Update Microsoft.PowerShell.PSResourceGet version to 1.3.0-preview1
PR Context
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Make sure all
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header - This PR is ready to merge. If this PR is a work in progress, please open this as a Draft Pull Request and mark it as Ready to Review when it is ready to merge.
- Breaking changes
- None
- OR
- Experimental feature(s) needed
- Experimental feature name(s):
- User-facing changes
- Not Applicable
- OR
- Documentation needed
- Issue filed:
- Testing - New and feature
- N/A or can only be tested interactively
- OR
- Make sure you've added a new test if existing tests do not effectively test the code changed
Copilot AI review requested due to automatic review settings
anamnavi
requested review from
a team and
jshigetomi
as code owners
Copilot
AI
reviewed
Copilot
AI
left a comment
Copilot AI left a comment
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the PowerShell module dependency set by moving Microsoft.PowerShell.PSResourceGet to a newer pre-release build.
Changes:
- Bumped
Microsoft.PowerShell.PSResourceGetfrom1.2.0to1.3.0-preview1.
| <PackageReference Include="PowerShellGet" Version="2.2.5" /> | ||
| <PackageReference Include="PackageManagement" Version="1.4.8.1" /> | ||
| <PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.2.0" /> | ||
| <PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.3.0-preview1" /> |
anamnavi
added
Backport-7.5.x-Consider
Backport-7.6.x-Consider
and removed
Backport-7.5.x-Consider
Backport-7.6.x-Consider
labels
daxian-dbw
added
the
CL-BuildPackaging
label
adityapatwardhan
approved these changes
adityapatwardhan
removed
Backport-7.4.x-Consider
Backport-7.5.x-Consider
Backport-7.6.x-Consider
labels
JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment