Skip to content

Commit 435bebb

Browse files
authored
Update notes for 7.4GA (#95)
1 parent 457b376 commit 435bebb

File tree

5 files changed

+30
-98
lines changed

5 files changed

+30
-98
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"need_generate_pdf_url_template": false,
6464
"need_preview_pull_request": true,
6565
"notification_subscribers": [],
66+
"redirection_files": [
67+
".openpublishing.redirection.json"
68+
],
6669
"skip_source_output_uploading": false,
6770
"sync_notification_subscribers": []
6871
}

.openpublishing.redirection.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"redirect_document_id": true,
5+
"redirect_url": "/powershell/gallery/powershellget/update-powershell-51",
6+
"source_path": "powershell-gallery/docs-conceptual/powershellget/install-on-older-systems.md"
7+
}
8+
]
9+
}

powershell-gallery/docs-conceptual/powershellget/install-on-older-systems.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

powershell-gallery/docs-conceptual/powershellget/overview.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article explains the purpose and history of PowerShellGet
3-
ms.date: 11/10/2023
3+
ms.date: 12/04/2023
44
title: The PowerShellGet module
55
---
66
# The PowerShellGet module
@@ -12,42 +12,38 @@ Modules, DSC Resources, and Scripts.
1212
Supported versions:
1313

1414
- Current release
15-
- **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
1615
- **Microsoft.PowerShell.PSResourceGet** 1.0.1
16+
- **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
1717
- Preview release
1818
- **PowerShellGet** 3.0.23-beta23
1919

2020
> [!IMPORTANT]
2121
> The **PowerShellGet** module is being replaced by **Microsoft.PowerShell.PSResourceGet**.
22-
> **PowerShellGet** 3.0.22-beta22 is a compatibility module that contains proxy cmdlets that call
22+
> **PowerShellGet** 3.0.22-beta23 is a compatibility module that contains proxy cmdlets that call
2323
> the new cmdlets in **Microsoft.PowerShell.PSResourceGet**. The proxy cmdlets allow you to continue
2424
> to use the old cmdlet names in your scripts while you transition to the new cmdlets.
2525
2626
## Version history
2727

2828
For best results, use the latest version of the **Microsoft.PowerShell.PSResourceGet** module.
2929

30-
- **Windows PowerShell 5.1** comes with version 1.0.0.1 of **PowerShellGet** and
31-
**PackageManagement** preinstalled.
30+
- **PowerShell 7.4.0** ships with **Microsoft.PowerShell.PSResourceGet** 1.0.1.
3231

33-
> [!IMPORTANT]
34-
> The 1.0.0.1 version of PowerShellGet has limited features and must be updated to work properly
35-
> with the PowerShell Gallery. To be supported, you must update to the latest version. For upgrade
36-
> instructions, see [Installing PowerShellGet on Windows][03].
32+
> [!NOTE]
33+
> **Microsoft.PowerShell.PSResourceGet** is a standalone module and no longer depends on the
34+
> **PackageManagement** module.
3735
38-
- **PowerShell 7.4 GA** will ship with **Microsoft.PowerShell.PSResourceGet** 1.0.0.
39-
- **PowerShell 7.4.0-preview.6** shipped with **Microsoft.PowerShell.PSResourceGet** 0.9.0-rc1.
40-
- **PowerShell 7.4.0-preview.4** shipped with **Microsoft.PowerShell.PSResourceGet** 0.5.24-beta24.
41-
- **PowerShell 7.4.0-preview.2** shipped with **PowerShellGet** 2.2.5 and **PackageManagement**
42-
1.4.8.1.
4336
- **PowerShell 7.0.4**, **PowerShell 7.1.1**, and higher shipped with **PowerShellGet** 2.2.5 and
4437
**PackageManagement** 1.4.7.
4538
- **PowerShell 7.0.0** shipped with **PowerShellGet** 2.2.3 and **PackageManagement** 1.4.6.
4639
- **PowerShell 6.0.0** shipped with **PowerShellGet** 1.6.0 and **PackageManagement** 1.1.7.
40+
- **Windows PowerShell 5.1** comes with version 1.0.0.1 of **PowerShellGet** and
41+
**PackageManagement** preinstalled.
4742

48-
> [!NOTE]
49-
> **Microsoft.PowerShell.PSResourceGet** is a standalone module and no longer depends on the
50-
> **PackageManagement** module.
43+
> [!IMPORTANT]
44+
> The 1.0.0.1 version of PowerShellGet has limited features and must be updated to work properly
45+
> with the PowerShell Gallery. To be supported, you must update to the latest version. For upgrade
46+
> instructions, see [Update PowerShellGet for Windows PowerShell 5.1][03].
5147
5248
## See also
5349

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Locale: en-US
55
Module Guid: e4e0bda1-0703-44a5-b70d-8fe704cd0643
66
Module Name: Microsoft.PowerShell.PSResourceGet
77
ms.custom: 1.0.1
8-
ms.date: 11/10/2023
8+
ms.date: 12/04/2023
99
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/powershellget?view=powershellget-3.x&WT.mc_id=ps-gethelp
1010
schema: 2.0.0
1111
title: Microsoft.PowerShell.PSResourceGet
@@ -14,15 +14,17 @@ title: Microsoft.PowerShell.PSResourceGet
1414

1515
## Description
1616

17-
PowerShellGet is a module with commands for discovering, installing, updating and publishing
17+
PSResourceGet is a module with commands for discovering, installing, updating and publishing
1818
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.
1919

2020
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.0.1.
2121

2222
> [!IMPORTANT]
2323
> Windows PowerShell 5.1 comes with version 1.0.0.1 of **PowerShellGet** preinstalled. This version
2424
> of PowerShellGet has a limited features and doesn't support the updated capabilities of the
25-
> PowerShell Gallery. To be supported, you must update to the latest version.
25+
> PowerShell Gallery. To install PSResourceGet, you must first update to the latest version of
26+
> PowerShellGet. For more information, see
27+
> [Update PowerShellGet for Windows PowerShell 5.1](/powershell/gallery/powershellget/update-powershell-51).
2628
2729
## Microsoft.PowerShell.PSResourceGet Cmdlets
2830

0 commit comments

Comments
 (0)