From 541f9e7f9a8f47ac8eab69d1cb3e4079d005ba1b Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 18 Nov 2024 10:27:52 -0600 Subject: [PATCH] Update for 7.5-rc.1 release --- .../Installing-PowerShell-on-Windows.md | 6 ++---- .../install/Installing-PowerShell-on-macOS.md | 18 +++++++++--------- .../docs-conceptual/install/install-alpine.md | 4 ++-- .../docs-conceptual/install/install-debian.md | 4 ++-- .../docs-conceptual/install/install-rhel.md | 6 +++--- .../docs-conceptual/install/install-ubuntu.md | 6 +++--- .../whats-new/What-s-New-in-PowerShell-75.md | 16 ++++++++-------- 7 files changed, 29 insertions(+), 31 deletions(-) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md index ae1fe32d2e84..67f2cf448fe1 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Windows -ms.date: 09/02/2024 +ms.date: 11/18/2024 title: Installing PowerShell on Windows --- # Installing PowerShell on Windows @@ -56,7 +56,7 @@ winget search Microsoft.PowerShell Name Id Version Source ----------------------------------------------------------------- PowerShell Microsoft.PowerShell 7.4.6.0 winget -PowerShell Preview Microsoft.PowerShell.Preview 7.5.0.3 winget +PowerShell Preview Microsoft.PowerShell.Preview 7.5.0.101 winget ``` Install PowerShell or PowerShell Preview using the `id` parameter @@ -221,8 +221,6 @@ instance of PowerShell. For more information, see [Understanding how packaged desktop apps run on Windows][13]. -### Changes for PowerShell 7.2 - Beginning in PowerShell 7.2, the PowerShell package is now exempt from file and registry virtualization. Changes to virtualized file and registry locations now persist outside of the application sandbox. However, changes to the application's root folder are still blocked. diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md index 8b3df0fe489a..c76c936f0f50 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on macOS -ms.date: 09/10/2024 +ms.date: 11/18/2024 title: Installing PowerShell on macOS --- @@ -123,8 +123,8 @@ are: - x64 processors - [powershell-7.2.24-osx-x64.pkg][16] - Arm64 processors - [powershell-7.2.24-osx-arm64.pkg][14] - PowerShell 7.5-preview - - x64 processors - [powershell-7.5.0-preview.3-osx-x64.pkg][24] - - Arm64 processors - [powershell-7.5.0-preview.3-arm64.pkg][22] + - x64 processors - [powershell-7.5.0-rc.1-osx-x64.pkg][24] + - Arm64 processors - [powershell-7.5.0-rc.1-arm64.pkg][22] You can double-click the file and follow the prompts, or install it from the terminal using the following commands. Change the name of the file to match the file you downloaded. @@ -195,8 +195,8 @@ current versions are: - x64 processors - [powershell-7.2.24-osx-x64.tar.gz][17] - Arm64 processors - [powershell-7.2.24-osx-arm64.tar.gz][15] - PowerShell 7.5-preview - - x64 processors - [powershell-7.5.0-preview.3-osx-x64.tar.gz][25] - - Arm64 processors - [powershell-7.5.0-preview.3-osx-arm64.tar.gz][23] + - x64 processors - [powershell-7.5.0-rc.1-osx-x64.tar.gz][25] + - Arm64 processors - [powershell-7.5.0-rc.1-osx-arm64.tar.gz][23] Use the following commands to install PowerShell from the binary archive. Change the download URL to match the version you want to install. @@ -290,8 +290,8 @@ support those methods. [19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-arm64.tar.gz [20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-x64.pkg [21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-osx-x64.tar.gz -[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-arm64.pkg -[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-arm64.tar.gz -[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-x64.pkg -[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-x64.tar.gz +[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-arm64.pkg +[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-arm64.tar.gz +[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-x64.pkg +[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-osx-x64.tar.gz [26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html diff --git a/reference/docs-conceptual/install/install-alpine.md b/reference/docs-conceptual/install/install-alpine.md index 4c83a664441e..899839313ee7 100644 --- a/reference/docs-conceptual/install/install-alpine.md +++ b/reference/docs-conceptual/install/install-alpine.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Alpine Linux -ms.date: 08/20/2024 +ms.date: 11/18/2024 title: Installing PowerShell on Alpine Linux --- # Installing PowerShell on Alpine Linux @@ -22,7 +22,7 @@ to the package depends on the version of PowerShell you want to install. - PowerShell 7.4.6 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-linux-musl-x64.tar.gz` - PowerShell 7.2.24 - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell-7.2.24-linux-alpine-x64.tar.gz` -- PowerShell 7.5-preview.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-linux-musl-x64.tar.gz` +- PowerShell 7.5.0-rc.1 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-7.5.0-rc.1-linux-musl-x64.tar.gz` Then, in the terminal, execute the following shell commands to install PowerShell 7.4: diff --git a/reference/docs-conceptual/install/install-debian.md b/reference/docs-conceptual/install/install-debian.md index 5c21be793290..234043cc669a 100644 --- a/reference/docs-conceptual/install/install-debian.md +++ b/reference/docs-conceptual/install/install-debian.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Debian Linux -ms.date: 08/20/2024 +ms.date: 11/18/2024 title: Installing PowerShell on Debian --- # Installing PowerShell on Debian @@ -74,7 +74,7 @@ The link to the current version is: - PowerShell 7.2 (LTS) universal package for supported versions of Debian - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell_7.2.24-1.deb_amd64.deb` - PowerShell 7.5-preview universal package for supported versions of Debian - - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview_7.5.0-preview.3-1.deb_amd64.deb` + - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview_7.5.0-rc.1-1.deb_amd64.deb` The following shell script downloads and installs the current release of PowerShell. You can change the URL to download the version of PowerShell that you want to install. diff --git a/reference/docs-conceptual/install/install-rhel.md b/reference/docs-conceptual/install/install-rhel.md index 9ba841c8b2d4..e2bb23650e87 100644 --- a/reference/docs-conceptual/install/install-rhel.md +++ b/reference/docs-conceptual/install/install-rhel.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL) -ms.date: 08/20/2024 +ms.date: 11/18/2024 title: Installing PowerShell on Red Hat Enterprise Linux (RHEL) --- # Installing PowerShell on Red Hat Enterprise Linux (RHEL) @@ -77,8 +77,8 @@ The link to the current version is: - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell-7.4.6-1.rh.x86_64.rpm` - PowerShell 7.2.24 universal package for supported versions of RHEL - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell-7.2.24-1.rh.x86_64.rpm` -- PowerShell 7.5-preview.4 universal package for supported versions of RHEL - - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm` +- PowerShell 7.5.0-rc.1 universal package for supported versions of RHEL + - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview-7.5.0_preview.2-1.rh.x86_64.rpm` The following shell script downloads and installs the current preview release of PowerShell. You can change the URL to download the version of PowerShell that you want to install. diff --git a/reference/docs-conceptual/install/install-ubuntu.md b/reference/docs-conceptual/install/install-ubuntu.md index 7ad0a8de8263..0123836ed16f 100644 --- a/reference/docs-conceptual/install/install-ubuntu.md +++ b/reference/docs-conceptual/install/install-ubuntu.md @@ -1,6 +1,6 @@ --- description: Information about installing PowerShell on Ubuntu -ms.date: 08/20/2024 +ms.date: 11/18/2024 title: Installing PowerShell on Ubuntu --- # Installing PowerShell on Ubuntu @@ -85,8 +85,8 @@ The link to the current version is: - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell_7.4.6-1.deb_amd64.deb` - PowerShell 7.2 (LTS) universal package for supported versions of Ubuntu - `https://github.com/PowerShell/PowerShell/releases/download/v7.2.24/powershell_7.2.24-1.deb_amd64.deb` -- PowerShell 7.5-preview.4 universal package for supported versions of Ubuntu - - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-preview_7.5.0-preview.3-1.deb_amd64.deb` +- PowerShell 7.5.0-rc.1 universal package for supported versions of Ubuntu + - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-rc.1/powershell-preview_7.5.0-rc.1-1.deb_amd64.deb` The following shell script downloads and installs the current preview release of PowerShell. You can change the URL to download the version of PowerShell that you want to install. diff --git a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md index d47b09567b4d..5e38ca37d882 100644 --- a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md +++ b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md @@ -1,13 +1,13 @@ --- title: What's New in PowerShell 7.5 description: New features and changes released in PowerShell 7.5 -ms.date: 09/24/2024 +ms.date: 11/18/2024 --- # What's New in PowerShell 7.5 -PowerShell 7.5-preview.5 includes the following features, updates, and breaking changes. PowerShell -7.5 is built on .NET 9.0.100-rc.1. +PowerShell 7.5-rc.1 includes the following features, updates, and breaking changes. PowerShell +7.5 is built on .NET 9.0.100 GA release. For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository. @@ -24,10 +24,10 @@ For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repositor ## Updated modules -PowerShell 7.5-preview.5 includes the following updated modules: +PowerShell 7.5-rc.1 includes the following updated modules: -- **Microsoft.PowerShell.PSResourceGet** v1.1.0-preview2 -- **PSReadLine** v2.3.5 +- **Microsoft.PowerShell.PSResourceGet** v1.1.0-RC2 +- **PSReadLine** v2.3.6 ## Tab completion improvements @@ -137,13 +137,13 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co ## Experimental features The following experimental features were converted to mainstream features in -PowerShell 7.5-preview.5: +PowerShell 7.5-rc.1: - [PSCommandNotFoundSuggestion][02] - [PSCommandWithArgs][03] - [PSModuleAutoLoadSkipOfflineFiles][04] -The following experimental features are included in PowerShell 7.5-preview.5: +The following experimental features are included in PowerShell 7.5-rc.1: - [PSRedirectToVariable][05] - Allow redirecting to a variable ([#20381][20381]) - [PSNativeWindowsTildeExpansion][01] - Add tilde expansion for windows native executables