diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index a436c10bb..3ba5f8ee8 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,22 @@ # Preview Changelog +## [1.2.0-preview4](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview3..v1.2.0-preview4) - 2025-11-04 + +## Bug fix + +- Fix typos in numerous files (#1875 Thanks @SamErde!) +- MAR fails to parse RequiredVersion for dependencies (#1876 Thanks @o-l-a-v!) +- Get-InstalledPSResource -Path don't throw if no subdirectories were found (#1877 Thanks @o-l-a-v!) +- Handle boolean correctly in RequiredResourceFile for prerelease key (#1843 Thanks @o-l-a-v!) +- Fix CodeQL configuration (#1886) +- Add cmdlet aliases: gres, usres, and svres (#1888) +- Add warning when AuthenticodeCheck is used on non-Windows platforms (#1891) +- Fix Compress-PSResource ignoring .gitkeep and other dotfiles (#1889) +- Add CodeQL suppression for ContainerRegistryServerAPICalls (#1897) +- Fix broken Install-PSResource test with warning condition incorrect (#1899) +- Uninstall-PSResource should not fail silently when resource was not found or prerelease criteria not met (#1898) +- Uninstall-PSResource should delete subdirectories without Access Denied error on OneDrive (#1860) + ## [1.2.0-preview3](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview2..v1.2.0-preview3) - 2025-09-12 ### New Features diff --git a/global.json b/global.json index 100631a86..bb0a2659e 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.414" + "version": "8.0.415" } } diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index 023b0dcc8..617f0cb33 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -49,7 +49,7 @@ 'usres') PrivateData = @{ PSData = @{ - Prerelease = 'preview3' + Prerelease = 'preview4' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -59,6 +59,23 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 1.2.0-preview4 + +## Bug fix + +- Fix typos in numerous files (#1875 Thanks @SamErde!) +- MAR fails to parse RequiredVersion for dependencies (#1876 Thanks @o-l-a-v!) +- Get-InstalledPSResource -Path don't throw if no subdirectories were found (#1877 Thanks @o-l-a-v!) +- Handle boolean correctly in RequiredResourceFile for prerelease key (#1843 Thanks @o-l-a-v!) +- Fix CodeQL configuration (#1886) +- Add cmdlet aliases: gres, usres, and svres (#1888) +- Add warning when AuthenticodeCheck is used on non-Windows platforms (#1891) +- Fix Compress-PSResource ignoring .gitkeep and other dotfiles (#1889) +- Add CodeQL suppression for ContainerRegistryServerAPICalls (#1897) +- Fix broken Install-PSResource test with warning condition incorrect (#1899) +- Uninstall-PSResource should not fail silently when resource was not found or prerelease criteria not met (#1898) +- Uninstall-PSResource should delete subdirectories without Access Denied error on OneDrive (#1860) + ## 1.2.0-preview3 ### New Features diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index 715e420d4..daeaff8e1 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -22,9 +22,9 @@ - + - +