11---
22description : This article contains release notes for the PSResourceGet module.
3- ms.date : 01/23 /2025
3+ ms.date : 03/21 /2025
44ms.topic : release-notes
55title : What's new in PSResourceGet?
66---
@@ -13,7 +13,8 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
1313
1414## Release history
1515
16- - v1.1.0 - Current release - shipped in PowerShell 7.5.0 and PowerShell 7.6.0-preview.1
16+ - v1.1.0 - Current release - released to the PowerShell Gallery
17+ - v1.1.0 - shipped in PowerShell 7.5.0 and PowerShell 7.6.0-preview.1
1718- v1.1.0-rc3 - Preview release - released to the PowerShell Gallery only
1819- v1.1.0-rc2 - Preview release - shipped in PowerShell 7.5.0-rc1
1920- v1.1.0-rc1 - Preview release - shipped in PowerShell 7.5.0-preview.5
@@ -30,15 +31,25 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
3031
3132## Release notes
3233
34+ ### v1.1.1 - 2025-03-06
35+
36+ - Retrieve all metadata properties when finding a ** PSResource** from a ** ContainerRegistry**
37+ repository
38+ - Use authentication challenge for unauthenticated ** ContainerRegistry** repository
39+ - Fix ` Install-PSResource ` to allow varying digit version against ** ContainerRegistry** repository
40+ - Update ** ContainerRegistry** dependency parsing logic to account for ** AzPreview** package
41+ - Add wildcard support for MAR repository for ` FindAll() ` and ` FindByName() `
42+ - Fix nuspec dependency version range calculation for ** RequiredModules**
43+
3344### v1.1.0 - 2025-01-09
3445
35- - Fixed publishing .nupkg file to ContainerRegistry repository
46+ - Fixed publishing .nupkg file to ** ContainerRegistry** repository
3647- Fixed PMPs like Artifactory needing modified filter query parameter to proxy upstream
37- - Fixed ContainerRegistry repository to parse out dependencies from metadata
38- - Fixed Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO
48+ - Fixed ** ContainerRegistry** repository to parse out dependencies from metadata
49+ - Fixed ` Install-PSResource ` Null pointer when package is present only in upstream feed in ADO
3950- Fixed local repository casing issue on Linux
40- - Fixed case sensitive License.txt when RequireLicense is specified
41- - Fixed broken -Quiet parameter for Save-PSResource
51+ - Fixed case sensitive License.txt when ** RequireLicense** is specified
52+ - Fixed ` -Quiet ` parameter for ` Save-PSResource `
4253
4354### v1.1.0-rc3 - 2024-11-15
4455
@@ -61,8 +72,8 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
6172
6273### v1.1.0-preview2 - 2024-09-13
6374
64- - New cmdlet ` Compress-PSResource ` to create a ` .nupkg ` package without publishing it to a repository
65- system.
75+ - New cmdlet ` Compress-PSResource ` to create a ` .nupkg ` package without publishing it to a
76+ repository system.
6677- Added ` -Nupkg ` parameter to ` Publish-PSResource ` to publish a ` .nupkg ` file to a repository.
6778- Added ` -ModulePrefix ` parameter for ` Publish-PSResource ` , which adds a prefix to a module name for
6879 container registry repositories. This is only used for publishing and is not part of metadata.
@@ -74,7 +85,7 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
7485
7586- Added support for Azure Container Registries as a repository type
7687- Allowed PSResourceGet to run Constrained Languange Mode
77- - Fixed incorrect request URL when installing resources from ADO
88+ - Fixed request URL when installing resources from ADO
7889
7990### v1.0.6 - 2024-10-10
8091
@@ -83,11 +94,11 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
8394### v1.0.5 - 2024-05-13
8495
8596- Added 10 minute timeout to HTTPClient
86- - Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder
87- - Removed unnecessary ` and ` for version globbing in V2ServerAPICalls
97+ - Refactor ` V2ServerAPICalls ` and NuGetServerAPICalls to use object-oriented query/filter builder
98+ - Removed unnecessary ` and ` for version globbing in ` V2ServerAPICalls `
8899- Fixed requiring ` tags ` in server response
89100- Fixed save script without ` -IncludeXml `
90- - Fixed incorrect request URL when installing from ADO
101+ - Fixed request URL when installing from ADO
91102- Improved exception handling
92103- Allowed PSResourceGet to run Constrained Languange Mode
93104
@@ -109,7 +120,7 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
109120- Fixed ` InstalledScriptInfos ` directory is now if it doesn't exist
110121- Fixed ` Update-ModuleManifest ` throwing null pointer exception
111122- Fixed ` name ` property in ` PSResourceInfo ` when using ` Find-PSResource ` with JFrog Artifactory
112- - Fixed incorrect configuration of requests to JFrog Artifactory v2 endpoints
123+ - Fixed configuration of requests to JFrog Artifactory v2 endpoints
113124- Fixed determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams !)
114125- Fixed for v2 server repositories incorrectly adding script endpoint (1526)
115126- Fixed typos in message prompts in ` Install-PSResource `
0 commit comments