Skip to content

Commit 655490a

Browse files
authored
Update changelog, version, and release notes for v1.3.0-preview2 release (#2046)
1 parent 0d28cdb commit 655490a

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG/preview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Preview Changelog
22

3+
## [1.3.0-preview2](https://github.com/PowerShell/PSResourceGet/compare/v1.3.0-preview1..v1.3.0-preview2) - 2026-09-18
4+
5+
### New Features
6+
- Add concurrency for parent package installation (#2016)
7+
- Implement unimplemented concurrency methods for all server classes (#2012)
8+
- Add platform-aware installation, filtering out runtimes by `-RuntimeIdentifier` and libraries by `-TargetFramework` (#1963)
9+
- Add `PSContentPath` standard platform paths (#1912)
10+
- Add `WhatIf` functionality to `PSResourceList` operations (#2004 Thanks @Gijsreyn!)
11+
12+
### Bug Fixes
13+
- Add input validation for Repository DSCResource for GetOperation (#2002 Thanks @Gijsreyn!)
14+
- Capture cmdlet warnings to prevent stdout contamination breaking DSC JSON parsing (#2000 Thanks @Gijsreyn!)
15+
- Bug fix for PSResourcelistGet DSCResource operation filters out resources on installed version (#1998 Thanks @Gijsreyn!)
16+
- Add custom exception messages for PSGallery (#2038)
17+
318
## [1.3.0-preview1](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0..v1.3.0-preview1) - 2026-05-19
419

520
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'usres')
5151
PrivateData = @{
5252
PSData = @{
53-
Prerelease = 'preview1'
53+
Prerelease = 'preview2'
5454
Tags = @('PackageManagement',
5555
'PSEdition_Desktop',
5656
'PSEdition_Core',
@@ -60,6 +60,21 @@
6060
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
6161
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
6262
ReleaseNotes = @'
63+
## 1.3.0-preview2
64+
65+
### New Features
66+
- Add concurrency for parent package installation (#2016)
67+
- Implement unimplemented concurrency methods for all server classes (#2012)
68+
- Add platform-aware installation, filtering out runtimes by `-RuntimeIdentifier` and libraries by `-TargetFramework` (#1963)
69+
- Add `PSContentPath` standard platform paths (#1912)
70+
- Add `WhatIf` functionality to `PSResourceList` operations (#2004 Thanks @Gijsreyn!)
71+
72+
### Bug Fixes
73+
- Add input validation for Repository DSCResource for GetOperation (#2002 Thanks @Gijsreyn!)
74+
- Capture cmdlet warnings to prevent stdout contamination breaking DSC JSON parsing (#2000 Thanks @Gijsreyn!)
75+
- Bug fix for PSResourcelistGet DSCResource operation filters out resources on installed version (#1998 Thanks @Gijsreyn!)
76+
- Add custom exception messages for PSGallery (#2038)
77+
6378
## 1.3.0-preview1
6479
6580
### New Features

0 commit comments

Comments
 (0)