From 8f4f1ccb6ffc1d3e01f18cf1f27e776dfd8737bf Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 10 Jan 2025 08:09:58 -0600 Subject: [PATCH] Updates for v1.1.0 GA release (#183) --- .../powershellget/psresourceget-release-notes.md | 11 ++++++++--- .../About/about_PSResourceGet.md | 6 +++--- .../About/about_PSResourceGet_Group_Policy.md | 4 ++-- .../Compress-PSResource.md | 4 ++-- .../Save-PSResource.md | 12 ++++++------ 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md b/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md index e53bffc..b802f00 100644 --- a/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md +++ b/powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md @@ -1,6 +1,6 @@ --- description: This article contains release notes for the PSResourceGet module. -ms.date: 12/04/2024 +ms.date: 01/10/2025 ms.topic: release-notes title: What's new in PSResourceGet? --- @@ -14,8 +14,9 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository. ## Release history -- v1.1.0-rc2 - Current preview release - first shipped in PowerShell 7.5.0-rc1 -- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-preview.5 +- v1.1.0 - Current release - released to the PowerShell Gallery +- v1.1.0-rc2 - Preview release - first shipped in PowerShell 7.5.0-rc1 +- v1.1.0-rc1 - Preview release - first shipped in PowerShell 7.5.0-preview.5 - v1.1.0-preview2 - released to the PowerShell Gallery only - v1.1.0-preview.1 - Preview release - first shipped in PowerShell 7.5.0-preview.4 - v1.0.6 - released to the PowerShell Gallery only @@ -29,6 +30,10 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository. ## Release notes +### v1.1.0 - 2025-01-09 + +- Official release of PSResourceGet v1.1.0 + ### v1.1.0-rc2 - 2024-10-30 - Implemented full Microsoft Artifact Registry integration diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md index 81885e6..5d8927d 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet.md @@ -1,8 +1,8 @@ --- description: Describes how to use version 3.x of the PowerShellGet module. Locale: en-US -ms.custom: 1.1.0-rc2 -ms.date: 12/04/2024 +ms.custom: 1.1.0 +ms.date: 01/10/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/about_PSResourceGet?view=powershellget-3.x&WT.mc_id=ps-gethelp schema: 2.0.0 title: about PSResourceGet @@ -11,7 +11,7 @@ title: about PSResourceGet ## Short description -Describes how to use version 1.1.0-rc2 of the +Describes how to use version 1.1.0 of the **Microsoft.PowerShell.PSResourceGet** module. ## Long description diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md index a2a0035..4953070 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/About/about_PSResourceGet_Group_Policy.md @@ -1,8 +1,8 @@ --- description: Describes the Group Policy settings for PowerShell Locale: en-US -ms.custom: 1.1.0-rc2 -ms.date: 10/31/2024 +ms.custom: 1.1.0 +ms.date: 01/10/2025 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 schema: 2.0.0 title: about_PSResourceGet_Group_Policy diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md index 8e0061c..159625f 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Compress-PSResource.md @@ -150,10 +150,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### System.IO.FileSystemInfo +### System.IO.FileInfo By default, this command doesn't write any output to the pipeline. When you use the **PassThru** -parameter, it returns a **FileSystemInfo** object for the new `.nupkg` file. +parameter, it returns a **FileInfo** object for the new `.nupkg` file. ## NOTES diff --git a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md index 54708fe..2c4fec2 100644 --- a/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md +++ b/powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Save-PSResource.md @@ -20,8 +20,8 @@ Saves resources (modules and scripts) from a registered repository onto the mach ``` Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repository ] [-Credential ] [-IncludeXml] [-Path ] [-TemporaryPath ] - [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] - [-WhatIf] [-Confirm] [] + [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet] + [-AcceptLicense] [-WhatIf] [-Confirm] [] ``` ### AsNupkgParameterSet @@ -29,8 +29,8 @@ Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repositor ``` Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repository ] [-Credential ] [-AsNupkg] [-Path ] [-TemporaryPath ] - [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] - [-WhatIf] [-Confirm] [] + [-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet] + [-AcceptLicense] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet @@ -38,8 +38,8 @@ Save-PSResource [-Name] [-Version ] [-Prerelease] [-Repositor ``` Save-PSResource [-Repository ] [-Credential ] [-AsNupkg] [-IncludeXml] [-Path ] [-TemporaryPath ] [-TrustRepository] [-PassThru] - [-InputObject] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense] - [-WhatIf] [-Confirm] [] + [-InputObject] [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet] + [-AcceptLicense] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION