Skip to content

Commit 900e9ca

Browse files
committed
Update version, changelog, release notes
1 parent e2bf4ee commit 900e9ca

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

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.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+
- `Uninstall-PSResource` no longer fails silently when resource was not found or prerelease criteria not met (#1898)
16+
- Prevent users from setting ApiVersion to 'Unknown' in `Set-PSResourceRepository` and `Register-PSResourceRepository` (#1892)
17+
318
## [1.2.0-preview4](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview3..v1.2.0-preview4) - 2025-11-04
419

520
## Bug fix

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 = 'preview4'
53+
Prerelease = 'preview5'
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.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+
- `Uninstall-PSResource` no longer fails silently when resource was not found or prerelease criteria not met (#1898)
76+
- Prevent users from setting ApiVersion to 'Unknown' in `Set-PSResourceRepository` and `Register-PSResourceRepository` (#1892)
77+
6378
## 1.2.0-preview4
6479
6580
## Bug fix

0 commit comments

Comments
 (0)