File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.1 Changelog
2+
3+ ## [ 1.1.1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1 ) - 2025-03-06
4+
5+ - Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799 )
6+ - Update README.md (#1798 )
7+ - Use authentication challenge for unauthenticated ContainerRegistry repository (#1797 )
8+ - Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository (#1796 )
9+ - Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package (#1792 )
10+ - Add wildcard support for MAR repository for FindAll and FindByName (#1786 )
11+ - Bugfix for nuspec dependency version range calculation for RequiredModules (#1784 )
12+
113## [ 1.1.0] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-rc3...v1.1.0 ) - 2025-01-09
214
315### Bug Fixes
Original file line number Diff line number Diff line change 44@ {
55 RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
66 NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7- ModuleVersion = ' 1.1.0 '
7+ ModuleVersion = ' 1.1.1 '
88 CompatiblePSEditions = @ (' Core' , ' Desktop' )
99 GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010 Author = ' Microsoft Corporation'
5656 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5757 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5858 ReleaseNotes = @'
59+ ## 1.1.1
60+
61+ ### Bug Fix
62+ - Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799)
63+ - Update README.md (#1798)
64+ - Use authentication challenge for unauthenticated ContainerRegistry repository (#1797)
65+ - Bugfix for Install-PSResource with varying digit version against ContainerRegistry repository (#1796)
66+ - Bugfix for updating ContainerRegistry dependency parsing logic to account for AzPreview package (#1792)
67+ - Add wildcard support for MAR repository for FindAll and FindByName (#1786)
68+ - Bugfix for nuspec dependency version range calculation for RequiredModules (#1784)
69+
5970## 1.1.0
6071
6172### Bug Fix
You can’t perform that action at this time.
0 commit comments