PowerShell 7.5 RC-1 is now available
We’re proud to announce the availability of PowerShell 7.5.0-rc.1! This is the first release candidate version of PowerShell 7.5 and is considered a “go-live” release meaning that it’s a supported release in production. PowerShell 7.5 is built on top of .NET 9 and will be supported for 18 months as a standard support release.
Please note that support for PowerShell 7.2 is ended November 8, 2024. PowerShell 7.4 is the current LTS release of PowerShell and is supported until November 2026.
What’s new in this release?
The PowerShell 7.5 milestone focused on security, quality and community contributions. A few highlights include:
- PSResourceGet now supports ACR as a container gallery, for more information check out the documentation
- PSReadLine has been updated to version 2.3.6
- New cmdlets
ConvertTo-CliXml
andConvertFrom-CliXml
(Thanks @ArmaanMcleod!)- Web cmdlet improvements as well as improvements to other cmdlets
- Tab completion improvements
- This release also contained a number of bug fixes — for the full list of changes please refer to the changelog
For more information on what’s changed, see What’s new in PowerShell 7.5.
PowerShell 7.5 RC-1 is now available for testing, making it the platform's first "go-live" version based on.NET 9. This standard support release, which is built on top of.NET 9, will be supported for 18 months. Support for ACR as a container gallery, an enhanced PSReadLine, new cmdlets ConvertTo-CliXml and ConvertFrom-CliXml, online cmdlet improvements, and tab completion enhancements are among the highlights. Additionally, bug corrections have been implemented.