PowerShell v7.0.1 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
  • 7.0.1 - 2020-05-14

    โšก๏ธ Engine Updates and Fixes

    • Discover assemblies loaded by Assembly.Load(byte[]) and Assembly.LoadFile (#12203)
    • ๐Ÿ‘ Allow case insensitive paths for determining PSModulePath (#12192)

    โšก๏ธ General Cmdlet Updates and Fixes

    • โž• Add null check for Windows PowerShell install path (#12296)
    • ๐Ÿ›  Fix Null Reference error in CSV commands (#12281) (Thanks @iSazonov!)
    • ๐Ÿ›  Fix WinCompat module loading to treat Core edition modules higher priority (#12269)
    • ๐Ÿ›  Fix <img /> detection regex in web cmdlets (#12099) (Thanks @vexx32!)
    • โšก๏ธ Miscellaneous minor updates to WinCompat (#11980)
    • ๐Ÿ›  Fix ConciseView where error message is wider than window width and doesn't have whitespace (#11880, #11746)
    • ๐Ÿ”€ Make Test-Connection always use the default synchronization context for sending ping requests (#11517)

    โœ… Tests

    • ๐Ÿ›  Fix CIM tab complete test failure (#12636)

    ๐Ÿ— Build and Packaging Improvements

    โšก๏ธ Move to .NET Core 3.1.202 SDK and update packages.

    • ๐Ÿ‘‰ Use dotnet core 3.1.202 (Internal 11551)
    • โฌ†๏ธ Bump PowerShellGet from 2.2.3 to 2.2.4 (#12342)
    • ๐Ÿ— Move to standard internal pool for building (#12119)
    • โฌ†๏ธ Bump NJsonSchema from 10.1.5 to 10.1.7 (#12050)

    ๐Ÿ“š Documentation and Help Content

    • โœ‚ Remove the version number of PowerShell from LICENSE (#12019)