PowerShell 7.5.3 released

Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.1 installed.
Release Notes and Download: v7.5.3 Release of PowerShell
General Cmdlet Updates and Fixes
- Fix Out-GridView by replacing the use of obsolete BinaryFormatter with custom implementation.
- Remove OnDeserialized and Serializable attributes from Microsoft.Management.UI.Internal project
- Make the interface IDeepCloneable internal
Tools
- Add CodeQL suppressions
Tests
- Fix updatable help test for new content
Build and Packaging Improvements
- Update to .NET SDK 9.0.304
Documentation and Help Content
- Fix typo in CHANGELOG for script filename suggestion
I’ve downloaded the *.msi File and here are the Screenshots from the Installation
It’s a completly new Installer compared to PowerShell 7.5.1
Installation Sucessful
And here is the Result. I am running PowerShell 7.5.3
Get-Host
$PSVersionTable
Regards
Andres Bohren