Last Updated on October 18, 2024 by Mathew Diekhake
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core. The former is built on the .NET Framework, the latter on .NET Core.
With 274 non-merge commits since v0.5.0, here are the major changes:
- Targets .NET Core 1.0 release
- PowerShellGet enabled
- [system.manage] completion issues fixed
- AssemblyLoadContext intercepts dependencies correctly
- Type catalog issues fixed
- Invoke-Item enabled for Linux and OS X
- Windows ConsoleHost reverted to native interfaces
- Portable ConsoleHost redirection issues fixed
- Bugs with pseudo (and no) TTYs fixed
- Source Depot synced to baseline changeset 717473
- SecureString stub replaced with .NET Core package
Downloads
- powershell_0.6.0-1_amd64.deb
- PowerShell_0.6.0.0.appx
- PowerShell_0.6.0.0.msi
- powershell-0.6.0-1.x86_64.rpm
- powershell-0.6.0-win81-x64.zip
- powershell-0.6.0.pkg
- PowerShell-0.6.0.tar.gz
- PowerShell-0.6.0.zip
Related Articles
- Download: v0.3.0 alpha release of Open PowerShell [Links]
- Download: v6.0.0-alpha.11 release of PowerShell [Links]
- Download: v6.0.0-alpha.12 Release of PowerShell [Links]
- Download: v0.5.0 beta release of Open PowerShell [Links]
- Download: v0.4.0 beta release of Open PowerShell [Links]
- Download: v6.0.0-alpha.9 release of PowerShell [Links]
- Download: v6.0.0-alpha.13 release of PowerShell [Links]
- Download: v6.0.0-alpha.10 release of PowerShell [Links]
- Download: v6.0.0-alpha.7 release of PowerShell [Links]
- Download: v6.0.0-alpha.8 release of PowerShell [Links]