Skip to content

Commit ff4534a

Browse files
authored
Update PSResourceGet for GA and 1.0.1 (#87)
1 parent 95e0854 commit ff4534a

21 files changed

Lines changed: 45 additions & 45 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article explains how install PowerShellGet.
3-
ms.date: 10/09/2023
3+
ms.date: 11/10/2023
44
title: How to Install PowerShellGet
55
---
66
# How to Install PowerShellGet

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

Lines changed: 3 additions & 3 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: 10/09/2023
3+
ms.date: 11/10/2023
44
title: The PowerShellGet module
55
---
66
# The PowerShellGet module
@@ -13,9 +13,9 @@ Supported versions:
1313

1414
- Current release
1515
- **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
16-
- **Microsoft.PowerShell.PSResourceGet** 1.0.0
16+
- **Microsoft.PowerShell.PSResourceGet** 1.0.1
1717
- Preview release
18-
- **PowerShellGet** 3.0.22-beta22
18+
- **PowerShellGet** 3.0.23-beta23
1919

2020
> [!IMPORTANT]
2121
> The **PowerShellGet** module is being replaced by **Microsoft.PowerShell.PSResourceGet**.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
description: Describes how to use version 3.x of the PowerShellGet module.
33
Locale: en-US
4-
ms.custom: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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 1.0.0 of the **Microsoft.PowerShell.PSResourceGet**
13+
Describes how to use version 1.0.1 of the **Microsoft.PowerShell.PSResourceGet**
1414
module.
1515

1616
## Long description

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

Lines changed: 4 additions & 4 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: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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
---
@@ -276,7 +276,7 @@ Aliases:
276276
Required: False
277277
Position: 0
278278
Default value: None
279-
Accept pipeline input: True (ByValue)
279+
Accept pipeline input: True (ByPropertyName, ByValue)
280280
Accept wildcard characters: True
281281
```
282282

@@ -319,7 +319,7 @@ Aliases:
319319
Required: False
320320
Position: Named
321321
Default value: None
322-
Accept pipeline input: False
322+
Accept pipeline input: True (ByPropertyName)
323323
Accept wildcard characters: True
324324
```
325325

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: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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: 10/09/2023
5+
ms.date: 11/10/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: 1.0.0-GA
5-
ms.date: 10/09/2023
4+
ms.custom: 1.0.1
5+
ms.date: 11/10/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 & 3 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: 1.0.0-GA
8-
ms.date: 10/09/2023
7+
ms.custom: 1.0.1
8+
ms.date: 11/10/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,7 +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 version **Microsoft.PowerShell.PSResourceGet** v1.0.0.
20+
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

0 commit comments

Comments
 (0)