PowerShell 7.5.2 released

Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.installed.
It’s not immediately available via WinGet or the Microsoft Store, but you can download the installer and ZIP version from GitHub today.
Release Notes and Download: v7.5.2 Release of PowerShell
Engine Updates and Fixes
- Move .NET method invocation logging to after the needed type conversion is done for method arguments
General Cmdlet Updates and Fixes
- Set standard handles explicitly when starting a process with -NoNewWindow
- Make inherited protected internal instance members accessible in class scope.
- Remove the old fuzzy suggestion and fix the local script file name suggestion
- Fix PSMethodInvocationConstraints.GetHashCode method
Build and Packaging Improvements
- Update to .NET SDK 9.0.301
- Correct Capitalization Referencing Templates
- Publish .msixbundle package as a VPack
- Update ThirdPartyNotices for v7.5.2
- Manually update SqlClient in TestService
- Update cgmanifest
- Update package references
- Update .NET SDK to latest version
- Change linux packaging tests to ubuntu latest
- Fix MSIX artifact upload, vPack template, changelog hashes, git tag command
- Move MSIXBundle to Packages and Release to GitHub
- Use new variables template for vPack
Installation
I’ve downloaded the *.msi File and here are the Screenshots from the Installation
“Enable PowerShell Remoting” was already enabled
And here is the Result. I am running PowerShell 7.5.2
Get-Host
$PSVersionTable
Regards
Andres Bohren