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.

PowerShell 7.1, which now includes both Windows PowerShell and PowerShell Core, is now built on .NET Core 5.0. It also introduces PSReadLine 2.1.0. You can now find PowerShell 7.1 to download from the Microsoft Store as an application.

Nowadays every PowerShell release always coincides with another .NET Core release. However, what isn’t nearly as obvious is what that number for the .NET Core release might be. For instance, the original PowerShell 7.0 was released alongside .NET Core 3.1 whereas PowerShell 7.1 is released alongside .NET 5.0, which constitutes quite a large jump. This jump is because the new iterations of PowerShell Core have been such a success, and Microsoft is looking to develop more on it than ever before.

SHA256 Hashes of the release artifacts

  • powershell-7.1.0-rc.1-linux-alpine-x64.tar.gz
    • A49E17EA096558421714678C6E771D6C2F8E24FF6CCFB85CCE520B7281729BA0
  • powershell-7.1.0-rc.1-linux-arm32.tar.gz
    • 025E3701E60FF0F2D6932758FAD59E8F6E9E53796BC00E682ECB13AC3368AB99
  • powershell-7.1.0-rc.1-linux-arm64.tar.gz
    • F292BBCBD7E0361FCFBB9893A31973BB17A874262ABF7C8EBD85B19AEA97ACE4
  • powershell-7.1.0-rc.1-linux-x64.tar.gz
    • F98EA7BD20A9F99837A3E0824967A3720E2ECC1FF5FBEA1763DF83EFE66EF1A9
  • powershell-7.1.0-rc.1-linux-x64-fxdependent.tar.gz
    • CFB5D192DBC5D61C3C2E2A162EFDCC9E64528C84A1ADB6EF329C112D54D6DF59
  • PowerShell-7.1.0-rc.1-win-arm32.zip
    • 0A2280A197865D4798066805FDB1BC7DC14EE10BDF39CFB92E3C6DFF900267A1
  • PowerShell-7.1.0-rc.1-win-arm64.zip
    • D0CEAF47F5A3EE1F2CB9E1E7B7F4407B3E88C54F7D11028D42E62D59BB6DCE8F
  • PowerShell-7.1.0-rc.1-win-fxdependent.zip
    • C6CE885552F921ED0255FC75965EFF3CB1C37918795862BB61568B32A42A25DC
  • PowerShell-7.1.0-rc.1-win-fxdependentWinDesktop.zip
    • 83D92204A9105749A4FE90EC6B7C8A8B20672C1E7F73FC116BC74B134A9F85C1
  • PowerShell-7.1.0-rc.1-win-x64.msi
    • A8303C7FA36C03D28E2F35A414FB2F970E446A822139931C18020510AD2D2A92
  • PowerShell-7.1.0-rc.1-win-x64.zip
    • C9B4B675B8CC48281A42440BB1ADB40FD28890AE64AC5A5168269F98C7321808
  • PowerShell-7.1.0-rc.1-win-x86.msi
    • D785CD29023856C9F498BE0DAA1F2A35CF934718F48A43A6C21BDAA57A381083
  • PowerShell-7.1.0-rc.1-win-x86.zip
    • FD09421A02C598893108EB6B6CF4E742D221F99AB230C425C2DFA4B0F952025E
  • powershell-preview_7.1.0-rc.1-1.debian.10_amd64.deb
    • 93E307CF0B5B10EF92B12EFBF0082A7985D8D388A4FFF0D56D98D7B4EBB53B74
  • powershell-preview_7.1.0-rc.1-1.debian.11_amd64.deb
    • 7A4C912E8F845F9331E232FDEDBDA7ADAD876E9626B214997674CCD51DC40166
  • powershell-preview_7.1.0-rc.1-1.debian.9_amd64.deb
    • 13FEE325CAF8F5977857C89D4CCBDBCB678DB36CA6960A62659388ED53BB4FCD
  • powershell-preview_7.1.0-rc.1-1.ubuntu.16.04_amd64.deb
    • 7D3EBF23AD58050B22D27A1B58176B104F165086FF606190EF3783D13DC15C71
  • powershell-preview_7.1.0-rc.1-1.ubuntu.18.04_amd64.deb
    • B755449845094A63A2268C5E99BD7F59E1A994E98808B83474D88C9C0DE88549
  • powershell-preview-7.1.0_rc.1-1.centos.8.x86_64.rpm
    • D98CF12E2F9F718B68137791EE5F479379DE177E52E67506D882A9580B89B2BE
  • powershell-preview-7.1.0_rc.1-1.rhel.7.x86_64.rpm
    • FBB649463FEC166BD66255A9EFD221DB5433F30B486874DF91FEE4BBAF9C4ED8

Downloads

Related Articles