Microsoft.PowerShell.PSResourceGet 1.1.0 released

Microsoft.PowerShell.PSResourceGet 1.1.0 released

Hi All,

A few Days ago, Microsoft has released a new Version of PowerShell PSResourceGet to the PowerShell Gallery

Release notes:

  • Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763)
  • Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761)
  • Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766)
  • Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760)
  • Bugfix for local repository casing issue on Linux (#1750)
  • Update README.md (#1759)
  • Bug fix for case sensitive License.txt when RequireLicense is specified (#1757)
  • Bug fix for broken -Quiet parameter for Save-PSResource (#1745)

If you havn’t installed Microsoft.PowerShell.PSResourceGet you can use the commands below

#PowerShellGet
Get-Module -Name Microsoft.PowerShell.PSResourceGet -ListAvailable
Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser

#Microsoft.PowerShell.PSResourceGet
Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser

Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/

Install-PSResource -Name M365PSProfile -Scope CurrentUser
Install-M365Module

Regards
Andres Bohren

PowerShell Logo