From 0b3fa68c8a1d803aac4112b88ee618662b19860c Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" <6719572+mikefrobbins@users.noreply.github.com> Date: Thu, 19 Jun 2025 08:57:21 -0500 Subject: [PATCH 1/3] Refresh macos install article (#12162) --- .../install/Installing-PowerShell-on-macOS.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md index 3fc977554d00..d3448d6d8371 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: 06/18/2025 +ms.date: 06/19/2025 title: Installing PowerShell on macOS --- @@ -22,10 +22,13 @@ Before installing, check the list of [Supported versions][06]. There are several ways to install PowerShell on macOS. Choose one of the following methods: -- Install using [Homebrew][10]. Homebrew is the preferred package manager for macOS. -- Install via [Direct Download][04] +- Install using [Homebrew][27]. Homebrew is the preferred package manager for macOS. +- Install via [Direct Download][04]. +- Install as [a .NET Global tool][28]. - Install from [binary archives][03]. +## Install using Homebrew + If the `brew` command isn't found, you need to install Homebrew following [their instructions][10]. ```bash @@ -60,7 +63,7 @@ brew upgrade powershell [brew]: https://brew.sh/ -## Install the latest preview release of PowerShell +### Install the latest preview release of PowerShell The following command installs the latest preview release of PowerShell: @@ -87,7 +90,7 @@ brew upgrade powershell-preview > restart the PowerShell session to complete the upgrade and refresh the values shown in > `$PSVersionTable`. -## Install the latest LTS release of PowerShell +### Install the latest LTS release of PowerShell The following command installs the latest LTS release of PowerShell: @@ -192,7 +195,7 @@ The dotnet tool installer adds `~/.dotnet/tools` to your `PATH` environment vari currently running shell doesn't have the updated `PATH`. Start PowerShell from a new shell by typing `pwsh`. -## Binary Archives +## Binary archives PowerShell binary `tar.gz` archives are provided for the macOS platform to enable advanced deployment scenarios. When you install using this method, you must also manually install any @@ -282,7 +285,7 @@ Microsoft supports the installation methods in this document. There might be oth installation available from other sources. While those tools and methods might work, Microsoft can't support those methods. -## Additional Resources +## Additional resources - [Homebrew Web][10] - [Homebrew GitHub Repository][12] @@ -311,3 +314,5 @@ support those methods. [24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-x64.pkg [25]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-x64.tar.gz [26]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html +[27]: #install-using-homebrew +[28]: #install-as-a-net-global-tool From d9f92ca2d22dbedb3c201c7043c0172978dd5390 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 19 Jun 2025 09:19:33 -0500 Subject: [PATCH 2/3] Update version info in include file (#12163) --- reference/includes/latest-install.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/reference/includes/latest-install.md b/reference/includes/latest-install.md index d2e5f9cdd87b..2be020d57ad9 100644 --- a/reference/includes/latest-install.md +++ b/reference/includes/latest-install.md @@ -1,19 +1,18 @@ --- author: sdwheeler ms.author: sewhee -ms.date: 01/27/2025 +ms.date: 06/19/2025 ms.topic: include --- > [!NOTE] > The installation commands in this article are for the latest stable release of PowerShell. To > install a different version of PowerShell, adjust the command to match the version you need. The -> following links direct you to the release page for each version in the PowerShell repository on -> GitHub. +> following links direct you to the latest release page for each version on GitHub. > -> - v7.5.0 - Stable release: [https://aka.ms/powershell-release?tag=stable][03] -> - v7.4.7 - LTS release: [https://aka.ms/powershell-release?tag=lts][01] -> - v7.6.0-preview.2 - Preview release: [https://aka.ms/powershell-release?tag=preview][02] +> - Stable release v7.5._x_: [https://aka.ms/powershell-release?tag=stable][03] +> - LTS release v7.4._x_: [https://aka.ms/powershell-release?tag=lts][01] +> - Preview release v7.6.0-preview._x_: [https://aka.ms/powershell-release?tag=preview][02] > > Download links for every package are found in the **Assets** section of the Release page. The > **Assets** section may be collapsed, so you may need to click to expand it. From ab51dc95029abfb51e9f914b8b95385f124d4a8e Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 19 Jun 2025 10:30:56 -0500 Subject: [PATCH 3/3] Fix typo (#12164) --- reference/docs-conceptual/community/2025-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/community/2025-updates.md b/reference/docs-conceptual/community/2025-updates.md index c09fa9a9426e..2e1af81d59d2 100644 --- a/reference/docs-conceptual/community/2025-updates.md +++ b/reference/docs-conceptual/community/2025-updates.md @@ -21,7 +21,7 @@ Content updates - Add new article - [Optimize performance using parallel execution](../dev-cross-plat/performance/parallel-execution.md) - Updated release notes for the PowerShell 7.4.10 release - Updated release notes for AIShell 1.0.0-preview.4 -- Updated docs for PSResoureGet 1.1.1 release - no supporting MAR +- Updated docs for PSResoureGet 1.1.1 release - now supporting MAR - Retired PowerShell content for Windows Server 20212/2012r2/MDOP (5338 articles) GitHub stats