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-GridViewby replacing the use of obsoleteBinaryFormatterwith custom implementation. (#25559)- Remove
OnDeserializedandSerializableattributes fromMicrosoft.Management.UI.Internalproject (#25831)- Make the interface
IDeepCloneableinternal (#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)
