alerickson
alerickson
Steps to reproduce ------------------ ```powershell ``` Expected behavior ----------------- ```none ``` Actual behavior --------------- ```none ``` Environment data ---------------- ```powershell > $PSVersionTable ``` ```powershell > Get-Module -ListAvailable PowerShellGet,PackageManagement ``` ```powershell...
- [ ] push .nupkgs (add more integration here as necessary) Support for publishing built nupkgs
# PR Summary Add pipeline support in `Uninstall-PSResource` for `ValueFromPipelineByPropertyName` for `-Name` and `-Version` so that only specified versions are uninstalled. Currently all versions get uninstalled since the version property...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement Semantic versioning should be added once it is integrated into PowerShell. ### Proposed technical implementation details (optional) _No response_
Look at use of 'ShouldProcess', -Confirm, -Force, -Trusted, etc. switch and ensure force is suppressing any interactive prompting for non-interactive uses.
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...
Proposing that module owners should be allowed to delete a module if it's been published in the past week.
# PR Summary ## PR Context ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing your changes -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...