PowerShell / PowerShell

PowerShell for every system!
https://microsoft.com/PowerShell
MIT License
45.67k stars 7.32k forks source link

Is version 7.4.6 a bad release? #24613

Open rhubarb-geek-nz opened 3 days ago

rhubarb-geek-nz commented 3 days ago

Prerequisites

Steps to reproduce

I have seen a number of problems with 7.4.6, is it just a bad release and should be avoided? I expanded the PowerShell-7.4.6-win-x64.zip

7.4.6 should still be using dotnet 8 sdk

https://github.com/PowerShell/PowerShell/issues/24602 https://github.com/PowerShell/PowerShell/issues/24548

Expected behavior

PS>(get-item System.Drawing.Common.dll).VersionInfo

8.0.10+81cabf28… 8.0.1024.46610   PowerShell-7.4.6-win-x64\System.Xml.dll

Actual behavior

PS> (get-item System.Drawing.Common.dll).VersionInfo

ProductVersion   FileVersion      FileName
--------------   -----------      --------
9.0.0-preview.6… 9.0.24.32706     PowerShell-7.4.6-win-x64\System.Drawing.Common.dll

PS> (get-item System.Xml.dll).VersionInfo

ProductVersion   FileVersion      FileName
--------------   -----------      --------
8.0.10+81cabf28… 8.0.1024.46610   PowerShell-7.4.6-win-x64\System.Xml.dll

Error details

none

Environment data

Not important, I am not running that version

Visuals

No response