PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

PSResourceGet is the package manager for PowerShell

Results 264 PSResourceGet issues
Sort by recently updated
recently updated
newest added

### 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....

Area-Publish
feature_request
Area-nupkg

### 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...

Area-PSRepository
feature_request

### 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 ? ###...

Issue-Enhancement
Area-PSRepository
Area-Publish
feature_request

We should add this to 3.0 interaction with the Gallery and incorporate legacy TLS into our testing: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`

Area-Find
Area-Install
Needs Testing

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_

Area-Build&Release
feature_request

### 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....

Issue-Discussion
feature_request

## 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. ###...

Issue-Bug