|
50 | 50 | 'usres') |
51 | 51 | PrivateData=@{ |
52 | 52 | PSData=@{ |
53 | | -Prerelease='preview4' |
| 53 | +Prerelease='preview5' |
54 | 54 | Tags=@('PackageManagement', |
55 | 55 | 'PSEdition_Desktop', |
56 | 56 | 'PSEdition_Core', |
|
60 | 60 | ProjectUri='https://go.microsoft.com/fwlink/?LinkId=828955' |
61 | 61 | LicenseUri='https://go.microsoft.com/fwlink/?LinkId=829061' |
62 | 62 | 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 | +
|
63 | 77 | ## 1.2.0-preview4 |
64 | 78 |
|
65 | 79 | ## Bug fix |
|