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-preview.6-linux-alpine-x64.tar.gz
    • D469D5857696BEA9D1131AE57E730F4A7F485336D20BF7C8CDF6A460CD540747
  • powershell-7.1.0-preview.6-linux-arm32.tar.gz
    • CDB9F52E788F727061F906DBB74CDB43950ED2961F9C224A7832E81168405320
  • powershell-7.1.0-preview.6-linux-arm64.tar.gz
    • 0871F51462F863518E103C83254F3881C1DEC6CC210423F0178475CDDEFFDC72
  • powershell-7.1.0-preview.6-linux-x64.tar.gz
    • 782DF03D460A44BD32AF1474E31D0EE3C0C721359378EB28651CB90CF19AD5CC
  • powershell-7.1.0-preview.6-linux-x64-fxdependent.tar.gz
    • 71291451E5A66BACF5EEC2488DF4B776A855B82AA4BC6F5FE2C99F08859E0BFD
  • powershell-7.1.0-preview.6-osx-x64.pkg
    • A39384D599B0F3F5CB1B6C03F59A3DEC22D55863AADFDE44A98FDC0AE6B491CB
  • powershell-7.1.0-preview.6-osx-x64.tar.gz
    • 1A691E4183FED8938EB3DDDC1DB4D3CDB9C6CAB6977A283A6FA7A22E5984DC6E
  • PowerShell-7.1.0-preview.6-win-arm32.zip
    • 47AA181BB7A36A5F5E3B15E76A0FD8124EF51D070AF0662503054D105525A2EC
  • PowerShell-7.1.0-preview.6-win-arm64.zip
    • F776331076F628ED55D9F715CD9B6C572ACA1C645FCB222C978C223B8E941F00
  • PowerShell-7.1.0-preview.6-win-fxdependent.zip
    • 0B1BB493A78FF425951CC797B685ECFDC072CDA272DE26BC4CB34974162BA100
  • PowerShell-7.1.0-preview.6-win-fxdependentWinDesktop.zip
    • 00250EB898B88B6EF0F135D7734B3B6B05FEC817D532569A35CA4BCD3B041520
  • PowerShell-7.1.0-preview.6-win-x64.msi
    • 628582C3A7D733E36C1BE35331CD35471011F9A5464FD0192D965E289D968CD9
  • PowerShell-7.1.0-preview.6-win-x64.zip
    • 5C964899EEDBC991683BB45D50E824F430CAF677C264A6F9AA9D01FDD72B5450
  • PowerShell-7.1.0-preview.6-win-x86.msi
    • B3FAC69E969499CF7EEA3EA6804F10AE94DEB7137857CD614FFBF4532CCA1863
  • PowerShell-7.1.0-preview.6-win-x86.zip
    • 515720560579D1B1F4885AB8BB4E28E23DD249BE56C22A276AC21DD0E9E4947F
  • powershell-preview_7.1.0-preview.6-1.debian.10_amd64.deb
    • 1FA87B3719773A2DCA486D55DAA3D8069951F5CA9010BE5CFCE499678730D9A7
  • powershell-preview_7.1.0-preview.6-1.debian.11_amd64.deb
    • F3D1C05741CC1C79202C61490C4D6CA0234C7D9D2828174BCC794CFCD6625E41
  • powershell-preview_7.1.0-preview.6-1.debian.9_amd64.deb
    • DEB6F4FDBF5B933C60EC0E35571106C3FBA783723A7F63E6238601DB629CAD60
  • powershell-preview_7.1.0-preview.6-1.ubuntu.16.04_amd64.deb
      • 35E80A8AF9E035461B285EF27C7A9F9937CE398F0E08BD8B6B441B7D67FEF968
  • powershell-preview_7.1.0-preview.6-1.ubuntu.18.04_amd64.deb
    • AE1826869F5A1B8C9A8E8E25A7DF433C0C029D11D1D1A0D0BD9A32754494B98F
  • powershell-preview-7.1.0_preview.6-1.centos.8.x86_64.rpm
    • 38A3D5999723083AE890925A37AC4775EE1D96412003503889CFC0343D9BC64E
  • powershell-preview-7.1.0_preview.6-1.rhel.7.x86_64.rpm
    • EE3727678328F9C3DFC618726A865ABB3DCFA9C6546B637B7BBE4A4AC815F82

Downloads

Related Articles