Closed peppekerstens closed 3 years ago
Hi @peppekerstens PackageManagement is no longer in development. Releases are only occurring as needed for primarily security related issues. So unfortunately this feature won't be implemented.
If you're looking for a PowerShell specific package manager please see PowerShellGet.
At this point there is update-module which works for most PowerShell modules. Update-package is only available via the package manager console for visual studio. (https://docs.microsoft.com/en-us/nuget/reference/ps-reference/ps-ref-update-package)
As not all packages are PowerShell modules, please provide a means to update packages through the universal package manager.
Below is a PowerShell based scaffolding/proposal for this: