Microsoft heeft versie 7.5.3 van PowerShell uitgebracht. Deze objectgeoriënteerde shell- en scripttaal voor taakautomatisering bestaat uit een commandlineshell, een scripttaal en een framework voor configuratiebeheer. De software bestaat al sinds 2006 en is sinds versie 2.0 standaard onderdeel van Windows. Sinds eind 2016 is het opensource en ook beschikbaar voor Linux en macOS. PowerShell 7.5 is gebouwd met .NET versie 9.0. Hieronder is de changelog voor deze uitgave te vinden.
General Cmdlet Updates and FixesTools
- Fix
Out-GridView
by replacing the use of obsoleteBinaryFormatter
with custom implementation. (#25559)- Remove
OnDeserialized
andSerializable
attributes fromMicrosoft.Management.UI.Internal
project (#25831)- Make the interface
IDeepCloneable
internal (#25830)Tests
- Add CodeQL suppressions (#25972)
Update to .NET SDK 9.0.304
- Fix updatable help test for new content (#25944)
Documentation and Help Content
- Make logical template name consistent between pipelines (#25991)
- Update container images to use mcr.microsoft.com for Linux and Azure Linux (#25986)
- Add build to vPack Pipeline (#25975)
- Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#25964)
- Update branch for release (#25942)
- Fix typo in CHANGELOG for script filename suggestion (#25963)