File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Preview Changelog
22
3+ ## [ 1.2.0-preview5] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview4..v1.2.0-preview5 ) - 2025-12-05
4+
5+ ### New Features
6+ - Add ` Reset-PSResourceRepository ` cmdlet to recover from corrupted repository store (#1895 )
7+ - Improve performance of ` ContainerRegistry ` repositories by caching token (#1920 )
8+
9+ ## Bug fix
10+ - Ensure ` Update-PSResource ` does not re-install dependency packages which already satisfy dependency criteria (#1919 )
11+ - Retrieve non-anonymous access token when publishing to ACR (#1918 )
12+ - Filter out path separators when passing in package names as a parameter for any cmdlet (#1916 )
13+ - Respect ` TrustRepository ` parameter when using ` -RequiredResource ` with ` Install-PSResource ` (#1910 )
14+ - Fix bug with 'PSModuleInfo' property deserialization when validating module manifest (#1909 )
15+ - Prevent users from setting ApiVersion to 'Unknown' in ` Set-PSResourceRepository ` and ` Register-PSResourceRepository ` (#1892 )
16+
317## [ 1.2.0-preview4] ( https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview3..v1.2.0-preview4 ) - 2025-11-04
418
519## Bug fix
Original file line number Diff line number Diff line change 5050 ' usres' )
5151 PrivateData = @ {
5252 PSData = @ {
53- Prerelease = ' preview4 '
53+ Prerelease = ' preview5 '
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.2.0-preview5
64+
65+ ### New Features
66+ - Add `Reset-PSResourceRepository` cmdlet to recover from corrupted repository store (#1895)
67+ - Improve performance of `ContainerRegistry` repositories by caching token (#1920)
68+
69+ ## Bug fix
70+ - Ensure `Update-PSResource` does not re-install dependency packages which already satisfy dependency criteria (#1919)
71+ - Retrieve non-anonymous access token when publishing to ACR (#1918)
72+ - Filter out path separators when passing in package names as a parameter for any cmdlet (#1916)
73+ - Respect `TrustRepository` parameter when using `-RequiredResource` with `Install-PSResource` (#1910)
74+ - Fix bug with 'PSModuleInfo' property deserialization when validating module manifest (#1909)
75+ - Prevent users from setting ApiVersion to 'Unknown' in `Set-PSResourceRepository` and `Register-PSResourceRepository` (#1892)
76+
6377## 1.2.0-preview4
6478
6579## Bug fix
You can’t perform that action at this time.
0 commit comments