Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is a summary of changes to the Microsoft.PowerShell.PSResourceGet module. For a more complete list of changes, see the CHANGELOG in the GitHub repository.
- Current stable release: Microsoft.PowerShell.PSResourceGet v1.2.0
Release history
- v1.2.0 - Current release - released to the PowerShell Gallery only
- v1.2.0-rc3 - Preview release - shipped in PowerShell 7.6.0-rc1
- v1.2.0-rc2 - Preview release - released to the PowerShell Gallery only
- v1.2.0-rc1 - Preview release - released to the PowerShell Gallery only
- v1.2.0-preview5 - Preview release - shipped in PowerShell 7.6.0-preview.6
- v1.2.0-preview4 - Preview release - released to the PowerShell Gallery only
- v1.2.0-preview3 - Preview release - released to the PowerShell Gallery only
- v1.2.0-preview2 - Preview release - released to the PowerShell Gallery only
- v1.2.0-preview1 - Preview release - released to the PowerShell Gallery only
- v1.1.1 - shipped in PowerShell 7.4.13 and PowerShell 7.5.4
- v1.1.0 - released to the PowerShell Gallery
- v1.1.0 - shipped in PowerShell 7.5.0 and PowerShell 7.6.0-preview.1
- v1.1.0-rc3 - Preview release - released to the PowerShell Gallery only
- v1.1.0-rc2 - Preview release - shipped in PowerShell 7.5.0-rc1
- v1.1.0-rc1 - Preview release - shipped in PowerShell 7.5.0-preview.5
- v1.1.0-preview2 - released to the PowerShell Gallery only
- v1.1.0-preview.1 - Preview release - shipped in PowerShell 7.5.0-preview.4
- v1.0.6 - released to the PowerShell Gallery only
- v1.0.5 - shipped in PowerShell 7.5.0-preview.3
- v1.0.4.1 - shipped in PowerShell 7.4.2
- v1.0.4 - released to the PowerShell Gallery only
- v1.0.3 - released to the PowerShell Gallery only
- v1.0.2 - shipped in PowerShell 7.5.0-preview.2
- v1.0.1 - shipped in PowerShell 7.4.0 GA release and PowerShell 7.5.0-preview.1
- v1.0.0 - shipped in PowerShell 7.4.0-preview.5
Release notes
1.2.0 - 2026-03-11
Initial GA release of PSResourceGet v1.2.0 to the PowerShell Gallery. This release includes all features and fixes from the v1.2.0 preview releases and release candidates.
1.2.0-rc3 - 2026-02-06
- Packages that depend on a specific versions should search for dependenies using NormalizedVersion
1.2.0-rc2 - 2026-02-05
- For packages that depend on a specific version, use an exact version instead of a version range.
1.2.0-rc1 - 2026-01-14
- Fix
-WhatIfparameter to respect provided value instead of simply checking presence
1.2.0-preview5 - 2025-12-05
- Add
Reset-PSResourceRepositorycmdlet to recover from corrupted repository store - Improve performance of
ContainerRegistryrepositories by caching token - Fix to ensure
Update-PSResourcedoesn't reinstall dependency packages that are already installed - Fix to retrieve non-anonymous access token when publishing to ACR
- Fix to filter out path separators when passing in package names as a parameter for any cmdlet
- Fix to respect
TrustRepositoryparameter when using-RequiredResourcewithInstall-PSResource - Fix bug with 'PSModuleInfo' property deserialization when validating module manifest
- Fix to prevent users from setting ApiVersion to 'Unknown' in
Set-PSResourceRepositoryandRegister-PSResourceRepository
1.2.0-preview4 - 2025-11-04
- Add cmdlet aliases:
gres,usres, andsvres - Add warning when AuthenticodeCheck is used on non-Windows platforms
- Fix typos in several files
- Fix MAR fails to parse RequiredVersion for dependencies
- Fix
Get-InstalledPSResource -Pathdon't throw if no subdirectories were found - Fix to handle boolean correctly in RequiredResourceFile for prerelease key
- Fix
Compress-PSResourceto stop ignoring.gitkeepand other (hidden) dotfiles - Fix broken Install-PSResource test with warning condition incorrect
- Fix
Uninstall-PSResourceshouldn't fail silently when resource wasn't found or prerelease criteria not met - Fix
Uninstall-PSResourceshould delete subdirectories without Access Denied error on OneDrive
1.2.0-preview3 - 2025-09-12
- Improve user agent string and PowerShell version discovery
- Update
-ModulePrefixto be a static parameter - Fix MCR catalog truncation
- Fix population of
#Requiresfields inUpdate-PSScriptFileInfo - Fix population of
Includesmetadata for packages from container registry repositories - Fix for
Find-PSResourceandInstall-PSResourceto allow finding of unlisted packages
1.2.0-preview2 - 2025-07-21
- Add integration of the Azure Artifacts Credential Provider for ADO feeds
- Fix for NuGet v3 dependencies
- Fix for temporary installation path failure when installing PSResources on Linux machines
1.2.0-preview1 - 2025-06-26
- Add dependency support for PSResources in v3 repositories
- Wildcard attribute added to
-Repositoryparameter ofInstall-PSResource - Improvements in
ContainerRegistryrepositories in listing repository catalog
v1.1.1 - 2025-03-06
- Retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository
- Use authentication challenge for unauthenticated ContainerRegistry repository
- Fix
Install-PSResourceto allow varying digit version against ContainerRegistry repository - Update ContainerRegistry dependency parsing logic to account for AzPreview package
- Add wildcard support for MAR repository for
FindAll()andFindByName() - Fix nuspec dependency version range calculation for RequiredModules
v1.1.0 - 2025-01-09
- Fixed publishing .nupkg file to ContainerRegistry repository
- Fixed PMPs like Artifactory needing modified filter query parameter to proxy upstream
- Fixed ContainerRegistry repository to parse out dependencies from metadata
- Fixed
Install-PSResourceNull pointer when package is present only in upstream feed in ADO - Fixed local repository casing issue on Linux
- Fixed case sensitive License.txt when RequireLicense is specified
- Fixed
-Quietparameter forSave-PSResource
v1.1.0-rc3 - 2024-11-15
- Included missing commits
v1.1.0-rc2 - 2024-10-30
- Implemented full Microsoft Artifact Registry integration
- Update to use OCI v2 APIs for Container Registry
- Fixes finding and installing from local repositories on Linux
- Fixes finding package names with 4 part version from local repositories
v1.1.0-rc1 - 2024-10-24
- Added Group Policy support
- Fix package name matching in local repositories
Compress-PSResource -PassThrunow return FileInfo instead of string- Add
AcceptLicensetoSave-PSResource - Other minor bug fixes and improvements
v1.1.0-preview2 - 2024-09-13
- New cmdlet
Compress-PSResourceto create a.nupkgpackage without publishing it to a repository system. - Added
-Nupkgparameter toPublish-PSResourceto publish a.nupkgfile to a repository. - Added
-ModulePrefixparameter forPublish-PSResource, which adds a prefix to a module name for container registry repositories. This is only used for publishing and isn't part of metadata. - Improved error messages for Authenticode failures.
- Construct Prerelease string for repositories that don't return the prerelease information.
- Added retry logic when deleting files.
v1.1.0-preview1 - 2024-04-01
- Added support for Azure Container Registries as a repository type
- Allowed PSResourceGet to run Constrained Languange Mode
- Fixed request URL when installing resources from ADO
v1.0.6 - 2024-10-10
- Bump System.Text.Json to 8.0.5
v1.0.5 - 2024-05-13
- Added 10 minute timeout to HTTPClient
- Refactor
V2ServerAPICallsand NuGetServerAPICalls to use object-oriented query/filter builder - Removed unnecessary
andfor version globbing inV2ServerAPICalls - Fixed requiring
tagsin server response - Fixed save script without
-IncludeXml - Fixed request URL when installing from ADO
- Improved exception handling
- Allowed PSResourceGet to run Constrained Languange Mode
v1.0.4.1 - 2024-04-05
- PSResourceGet packaging update
v1.0.4 - 2024-04-05
- Dependency package updates
v1.0.3 - 2024-03-13
- Fixed null package version in
Install-PSResource
v1.0.2 - 2024-02-06
- Fixed
Update-PSResourcenot updating from correct repository - Fixed
InstalledScriptInfosdirectory is now if it doesn't exist - Fixed
Update-ModuleManifestthrowing null pointer exception - Fixed
nameproperty inPSResourceInfowhen usingFind-PSResourcewith JFrog Artifactory - Fixed configuration of requests to JFrog Artifactory v2 endpoints
- Fixed determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams!)
- Fixed for v2 server repositories incorrectly adding script endpoint (1526)
- Fixed typos in message prompts in
Install-PSResource - Only add
NormalizedVersionproperty toAdditionalMetadataonly when it exists - Fix to verify whether
Uriis a UNC path and set respectiveApiVersion
v1.0.1 - 2023-11-07
- Unix local user installation paths now compatible with .NET 7 and .NET 8
- Fixed
Import-PSGetRepositoryin Windows PowerShell - Fixed
Test-PSScriptFileInfoto be less sensitive to whitespace - Overwrite rels/rels directory on net472 when extracting nupkg to directory
- Added pipeline by property name support for Name and Repository parameters for
Find-PSResource
v1.0.0 - 2023-10-09
- Add
ApiVersionparameter forRegister-PSResourceRepository - Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet
- Fixed ADO v2 feed installation failures
- Fixed Artifactory v2 and v3 endpoint failures
- Fixed
-RequiredResourcesilent failures - Fixed v2 repository returning extra packages for
-Tagbased search with-Prerelease
PowerShellGet