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 11# Preview Changelog
22
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+
316## [ 1.2.0-preview2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2 ) - 2025-07-21
417
518### New Features
Original file line number Diff line number Diff line change 4646 ' udres' )
4747 PrivateData = @ {
4848 PSData = @ {
49- Prerelease = ' preview2 '
49+ Prerelease = ' preview3 '
5050 Tags = @ (' PackageManagement' ,
5151 ' PSEdition_Desktop' ,
5252 ' PSEdition_Core' ,
5656 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5757 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5858 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+
5971## 1.2.0-preview2
6072
6173### New Features
You can’t perform that action at this time.
0 commit comments