Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80d1ef0

Browse files
authored
Update version, changelog, release notes for 1.2.0-preview5 (#1921)
1 parente2bf4ee commit80d1ef0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

‎CHANGELOG/preview.md‎

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

‎src/Microsoft.PowerShell.PSResourceGet.psd1‎

Lines changed: 15 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,20 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp