Skip to content

Commit 589fa72

Browse files
Update PSD1
1 parent 8013a18 commit 589fa72

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'usres')
5050
PrivateData = @{
5151
PSData = @{
52-
Prerelease = 'preview3'
52+
Prerelease = 'preview4'
5353
Tags = @('PackageManagement',
5454
'PSEdition_Desktop',
5555
'PSEdition_Core',
@@ -59,6 +59,23 @@
5959
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
6060
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
6161
ReleaseNotes = @'
62+
## 1.2.0-preview4
63+
64+
## Bug fix
65+
66+
- Fix typos in numerous files (#1875 Thanks @SamErde!)
67+
- MAR fails to parse RequiredVersion for dependencies (#1876 Thanks @o-l-a-v!)
68+
- Get-InstalledPSResource -Path don't throw if no subdirectories were found (#1877 Thanks @o-l-a-v!)
69+
- Handle boolean correctly in RequiredResourceFile for prerelease key (#1843 Thanks @o-l-a-v!)
70+
- Fix CodeQL configuration (#1886)
71+
- Add cmdlet aliases: gres, usres, and svres (#1888)
72+
- Add warning when AuthenticodeCheck is used on non-Windows platforms (#1891)
73+
- Fix Compress-PSResource ignoring .gitkeep and other dotfiles (#1889)
74+
- Add CodeQL suppression for ContainerRegistryServerAPICalls (#1897)
75+
- Fix broken Install-PSResource test with warning condition incorrect (#1899)
76+
- Uninstall-PSResource should not fail silently when resource was not found or prerelease criteria not met (#1898)
77+
- Uninstall-PSResource should delete subdirectories without Access Denied error on OneDrive (#1860)
78+
6279
## 1.2.0-preview3
6380
6481
### New Features

0 commit comments

Comments
 (0)