Skip to content

Commit 3d28924

Browse files
authored
Update version, release notes, and changelog for 1.2.--preview3 (#1873)
1 parent b1ec1ea commit 3d28924

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG/preview.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'preview2'
49+
Prerelease = 'preview3'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,18 @@
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

0 commit comments

Comments
 (0)