PSResourceGet
PSResourceGet copied to clipboard
PSResourceGet is the package manager for PowerShell
### Summary of the new feature / enhancement nuget pack (and by transition dotnet pack and Publish-Module) have a default behaviour of ignoring `*.nuspec` files and `.*` files and folders....
### Summary of the new feature / enhancement In order to make repository registration available system-wide we should add a `-Scope` parameter to` Register-PSRepository`. This parameter will determine the file...
### Summary of the new feature / enhancement Wil be ever possible to use github similar vay like Azure dev ops can be used like private PS repository ? ###...
We should add this to 3.0 interaction with the Gallery and incorporate legacy TLS into our testing: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
Update-Module only installs a newer version. It does not remove the previous version. This is no different that using Install-Module except that it checks the current installed version an searches...
### Summary of the new feature / enhancement CI for this module should be updated to use PowerShellGet 3.0 preview releases ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement Related to #495 ### Problem Statement Module owners have difficulty getting users to upgrade to the latest stable version of their module....
## Expected Behavior ### Example from related tool in chocolatey and I believe nuget as well you can install a package that isn't already installed or update one that is...
### 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. ###...