File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5050 ' usres' )
5151 PrivateData = @ {
5252 PSData = @ {
53- Prerelease = ' preview1 '
53+ Prerelease = ' preview2 '
5454 Tags = @ (' PackageManagement' ,
5555 ' PSEdition_Desktop' ,
5656 ' PSEdition_Core' ,
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
You can’t perform that action at this time.
0 commit comments