File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Preview Changelog
2
2
3
+ ## [ 1.2.0-preview3] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview2..v1.2.0-preview3 ) - 2025-09-12
4
+
5
+ ### New Features
6
+ - Pagination for MCR catalog items (#1870 )
7
+
8
+ ### Bug Fix
9
+ - Bug fix for CLM issues (#1869 )
10
+ - Update ` -ModulePrefix ` to be a static parameter (#1868 )
11
+ - Bug fix for populating all ` #Requires ` fields in ` Update-PSScriptFileInfo ` (#1863 )
12
+ - Bug fix for populating ` Includes ` metadata for packages from container registry repositories (#1861 )
13
+ - Bug fix for ` Find-PSRessource ` and ` Install-PSResource ` not retrieving unlisted package versions (#1859 )
14
+
15
+
3
16
## [ 1.2.0-preview2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2 ) - 2025-07-21
4
17
5
18
### New Features
Original file line number Diff line number Diff line change 46
46
' udres' )
47
47
PrivateData = @ {
48
48
PSData = @ {
49
- Prerelease = ' preview2 '
49
+ Prerelease = ' preview3 '
50
50
Tags = @ (' PackageManagement' ,
51
51
' PSEdition_Desktop' ,
52
52
' PSEdition_Core' ,
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.2.0-preview3
60
+
61
+ ### New Features
62
+ - Pagination for MCR catalog items (#1870)
63
+
64
+ ### Bug Fix
65
+ - Bug fix for CLM issues (#1869)
66
+ - Update `-ModulePrefix` to be a static parameter (#1868)
67
+ - Bug fix for populating all `#Requires` fields in `Update-PSScriptFileInfo` (#1863)
68
+ - Bug fix for populating `Includes` metadata for packages from container registry repositories (#1861)
69
+ - Bug fix for `Find-PSRessource` and `Install-PSResource` not retrieving unlisted package versions (#1859)
70
+
59
71
## 1.2.0-preview2
60
72
61
73
### New Features
You can’t perform that action at this time.
0 commit comments