Skip to content

Commit 9b20cd2

Browse files
committed
Update PSResourceGet docs for 1.1.0-rc2
1 parent 4e3b983 commit 9b20cd2

23 files changed

+97
-81
lines changed

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

Lines changed: 5 additions & 2 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: 05/17/2024
3+
ms.date: 10/31/2024
44
ms.topic: overview
55
title: Package management for PowerShell
66
---
@@ -28,10 +28,12 @@ packages can contain artifacts such as Modules, DSC Resources, and Scripts. The
2828
Supported versions:
2929

3030
- Current release
31-
- **Microsoft.PowerShell.PSResourceGet** 1.0.5 - a standalone module that doesn't depend on the
31+
- **Microsoft.PowerShell.PSResourceGet** 1.0.6 - a standalone module that doesn't depend on the
3232
**PowerShellGet** or **PackageManagement** modules
3333
- **PowerShellGet** 2.2.5 with **PackageManagement** 1.4.8.1
3434
- Preview release
35+
- **Microsoft.PowerShell.PSResourceGet** 1.1.0-rc2 - adds `Compress-PSResource` to create `.nupkg`
36+
files, the ability to publish `.nupkg` files, and support configuration Group Policy.
3537
- **PowerShellGet** 3.0.23-beta23 - a compatibility module that contains proxy cmdlets that call
3638
the new cmdlets in **Microsoft.PowerShell.PSResourceGet**. The proxy cmdlets allow you to
3739
continue to use the old cmdlet names in your scripts while you transition to the new cmdlets.
@@ -40,6 +42,7 @@ Supported versions:
4042

4143
For best results, use the latest version of the **Microsoft.PowerShell.PSResourceGet** module.
4244

45+
- **Microsoft.PowerShell.PSResourceGet** 1.0.6 - released to the PowerShell Gallery on 10-Oct-2024
4346
- **Microsoft.PowerShell.PSResourceGet** 1.0.5 - shipped in **PowerShell 7.5-preview.3**
4447
- **Microsoft.PowerShell.PSResourceGet** 1.0.4.1 - shipped in **PowerShell 7.4.2**
4548
- **Microsoft.PowerShell.PSResourceGet** 1.0.2 - released to the PowerShell Gallery on 06-Feb-2024

powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article contains release notes for the PSResourceGet module.
3-
ms.date: 10/22/2024
3+
ms.date: 10/31/2024
44
ms.topic: release-notes
55
title: What's new in PSResourceGet?
66
---
@@ -9,14 +9,16 @@ title: What's new in PSResourceGet?
99
This is a summary of changes to the **Microsoft.PowerShell.PSResourceGet** module. For a more
1010
complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
1111

12-
- Current preview: **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc1
13-
- Current stable release: **Microsoft.PowerShell.PSResourceGet** v1.0.5
12+
- Current preview: **Microsoft.PowerShell.PSResourceGet** v1.1.0-rc2
13+
- Current stable release: **Microsoft.PowerShell.PSResourceGet** v1.0.6
1414

1515
## Release history
1616

17+
- v1.1.0-rc2 - Current preview release - released to the PowerShell Gallery only
1718
- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-rc1
1819
- v1.1.0-preview2 - released to the PowerShell Gallery only
1920
- v1.1.0-preview.1 - Preview release - first shipped in PowerShell 7.5.0-preview.4
21+
- v1.0.6 - released to the PowerShell Gallery only
2022
- v1.0.5 - first shipped in PowerShell 7.5.0-preview.3
2123
- v1.0.4.1 - first shipped in PowerShell 7.4.2
2224
- v1.0.4 - released to the PowerShell Gallery only
@@ -27,6 +29,13 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
2729

2830
## Release notes
2931

32+
### v1.1.0-rc2 - 2024-10-30
33+
34+
- Implemented full Microsoft Artifact Registry integration
35+
- Update to use OCI v2 APIs for Container Registry
36+
- Fixes finding and installing from local repositories on Linux
37+
- Fixes finding package names with 4 part version from local repositories
38+
3039
### v1.1.0-rc1 - 2024-10-24
3140

3241
- Added Group Policy support
@@ -52,6 +61,10 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
5261
- Allowed PSResourceGet to run Constrained Languange Mode
5362
- Fixed incorrect request URL when installing resources from ADO
5463

64+
### v1.0.6 - 2024-10-10
65+
66+
- Bump System.Text.Json to 8.0.5
67+
5568
### v1.0.5 - 2024-05-13
5669

5770
- Added 10 minute timeout to HTTPClient

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: Describes how to use version 3.x of the PowerShellGet module.
33
Locale: en-US
4-
ms.custom: 1.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description: Describes the Group Policy settings for PowerShell
33
Locale: en-US
4-
ms.custom: 1.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_psresourceget_group_policy?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: about_PSResourceGet_Group_Policy

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-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.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/compress-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---

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: 1.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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: 1.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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: 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.1.0-rc1
5-
ms.date: 10/22/2024
4+
ms.custom: 1.1.0-rc2
5+
ms.date: 10/31/2024
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
---

0 commit comments

Comments
 (0)