Skip to content

Commit b27279d

Browse files
authored
Update docs for PSGet 1.0GA (#80)
1 parent 72caa30 commit b27279d

21 files changed

Lines changed: 62 additions & 55 deletions

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article explains how install PowerShellGet.
3-
ms.date: 07/26/2023
3+
ms.date: 10/09/2023
44
title: How to Install PowerShellGet
55
---
66
# How to Install PowerShellGet
@@ -56,14 +56,19 @@ To install the latest versions of these modules run the following:
5656
Install-Module PowerShellGet -Force -AllowClobber
5757
```
5858

59-
## Install the Preview release
59+
## Install Microsoft.PowerShell.PSResourceGet
6060

61-
To install this preview release side-by-side with your existing PowerShellGet version, open any
62-
PowerShell console and run:
61+
**Microsoft.PowerShell.PSResourceGet** is the new package management solution for PowerShell. With
62+
this module, you no longer need to use **PowerShellGet** and **PackageManagement**. However, it can
63+
be installed side-by-side with the existing **PowerShellGet** module. To install
64+
**Microsoft.PowerShell.PSResourceGet** side-by-side with your existing **PowerShellGet** version,
65+
open any PowerShell console and run:
6366

6467
```powershell
65-
Install-Module Microsoft.PowerShell.PSResourceGet -AllowClobber -AllowPrerelease
68+
Install-Module Microsoft.PowerShell.PSResourceGet -Repository PSGallery
6669
```
6770

71+
**Microsoft.PowerShell.PSResourceGet** is preinstalled with PowerShell 7.4 and later.
72+
6873
<!-- link references -->
6974
[01]: /powershell/module/microsoft.powershell.core/about/about_profiles

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

Lines changed: 12 additions & 9 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: 09/19/2023
3+
ms.date: 10/09/2023
44
title: The PowerShellGet module
55
---
66
# The PowerShellGet module
@@ -11,9 +11,10 @@ Modules, DSC Resources, and Scripts.
1111

1212
Supported versions:
1313

14-
- Current release - **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
15-
- Preview releases
16-
- **Microsoft.PowerShell.PSResourceGet** 0.9.0-rc1
14+
- Current release
15+
- **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
16+
- **Microsoft.PowerShell.PSResourceGet** 1.0.0
17+
- Preview release
1718
- **PowerShellGet** 3.0.22-beta22
1819

1920
> [!IMPORTANT]
@@ -34,13 +35,15 @@ For best results, use the latest version of the **Microsoft.PowerShell.PSResourc
3435
> with the PowerShell Gallery. To be supported, you must update to the latest version. For upgrade
3536
> instructions, see [Installing PowerShellGet on Windows][03].
3637
37-
- **PowerShell 6.0.0** shipped with **PowerShellGet** 1.6.0 and **PackageManagement** 1.1.7.
38-
- **PowerShell 7.0.0** shipped with **PowerShellGet** 2.2.3 and **PackageManagement** 1.4.6.
39-
- **PowerShell 7.0.4**, **PowerShell 7.1.1**, and higher shipped with **PowerShellGet** 2.2.5 and
40-
**PackageManagement** 1.4.7.
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.
4141
- **PowerShell 7.4.0-preview.2** shipped with **PowerShellGet** 2.2.5 and **PackageManagement**
4242
1.4.8.1.
43-
- **PowerShell 7.4.0-preview.4** shipped with **Microsoft.PowerShell.PSResourceGet** 0.5.24-beta24.
43+
- **PowerShell 7.0.4**, **PowerShell 7.1.1**, and higher shipped with **PowerShellGet** 2.2.5 and
44+
**PackageManagement** 1.4.7.
45+
- **PowerShell 7.0.0** shipped with **PowerShellGet** 2.2.3 and **PackageManagement** 1.4.6.
46+
- **PowerShell 6.0.0** shipped with **PowerShellGet** 1.6.0 and **PackageManagement** 1.1.7.
4447

4548
> [!NOTE]
4649
> **Microsoft.PowerShell.PSResourceGet** is a standalone module and no longer depends on the

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
description: Describes how to use version 3.x of the PowerShellGet module.
33
Locale: en-US
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 06/09/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/about_PSResourceGet?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: about PSResourceGet
99
---
1010
# about_PSResourceGet
1111

1212
## Short description
13-
Describes how to use version 0.9.0-rc1 of the
14-
**Microsoft.PowerShell.PSResourceGet** module.
13+
Describes how to use version 1.0.0 of the **Microsoft.PowerShell.PSResourceGet**
14+
module.
1515

1616
## Long description
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 09/19/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/find-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 09/19/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-installedpsresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 09/19/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-psresourcerepository?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 09/19/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/get-psscriptfileinfo?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
44
ms.custom: v3-beta23
5-
ms.date: 09/19/2023
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/import-psgetrepository?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
4-
ms.custom: 0.9.0-rc1
5-
ms.date: 09/19/2023
4+
ms.custom: 1.0.0-GA
5+
ms.date: 10/09/2023
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/install-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Help Version: 3.0.16
44
Locale: en-US
55
Module Guid: e4e0bda1-0703-44a5-b70d-8fe704cd0643
66
Module Name: Microsoft.PowerShell.PSResourceGet
7-
ms.custom: 0.9.0-rc1
8-
ms.date: 09/19/2023
7+
ms.custom: 1.0.0-GA
8+
ms.date: 10/09/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
@@ -17,8 +17,7 @@ title: Microsoft.PowerShell.PSResourceGet
1717
PowerShellGet is a module with commands for discovering, installing, updating and publishing
1818
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.
1919

20-
This documentation covers the latest preview version **Microsoft.PowerShell.PSResourceGet**
21-
v0.9.0-rc1.
20+
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.0.0.
2221

2322
> [!IMPORTANT]
2423
> Windows PowerShell 5.1 comes with version 1.0.0.1 of **PowerShellGet** preinstalled. This version

0 commit comments

Comments
 (0)