File tree 2 files changed +24
-1
lines changed
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
+
1
13
## [ 1.1.0] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-rc3...v1.1.0 ) - 2025-01-09
2
14
3
15
### Bug Fixes
Original file line number Diff line number Diff line change 4
4
@ {
5
5
RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
6
6
NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7
- ModuleVersion = ' 1.1.0 '
7
+ ModuleVersion = ' 1.1.1 '
8
8
CompatiblePSEditions = @ (' Core' , ' Desktop' )
9
9
GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
10
10
Author = ' Microsoft Corporation'
56
56
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
57
57
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
58
58
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
+
59
70
## 1.1.0
60
71
61
72
### Bug Fix
You can’t perform that action at this time.
0 commit comments