Skip to content

Commit 09ad384

Browse files
committed
Updates for v1.1.0 GA release
1 parent 409232f commit 09ad384

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

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

Lines changed: 8 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: 12/04/2024
3+
ms.date: 01/10/2025
44
ms.topic: release-notes
55
title: What's new in PSResourceGet?
66
---
@@ -14,8 +14,9 @@ complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
1414

1515
## Release history
1616

17-
- v1.1.0-rc2 - Current preview release - first shipped in PowerShell 7.5.0-rc1
18-
- v1.1.0-rc1 - Current preview release - first shipped in PowerShell 7.5.0-preview.5
17+
- v1.1.0 - Current release - released to the PowerShell Gallery
18+
- v1.1.0-rc2 - Preview release - first shipped in PowerShell 7.5.0-rc1
19+
- v1.1.0-rc1 - Preview release - first shipped in PowerShell 7.5.0-preview.5
1920
- v1.1.0-preview2 - released to the PowerShell Gallery only
2021
- v1.1.0-preview.1 - Preview release - first shipped in PowerShell 7.5.0-preview.4
2122
- 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.
2930

3031
## Release notes
3132

33+
### v1.1.0 - 2025-01-09
34+
35+
- Official release of PSResourceGet v1.1.0
36+
3237
### v1.1.0-rc2 - 2024-10-30
3338

3439
- Implemented full Microsoft Artifact Registry integration

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,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-rc2
5-
ms.date: 12/04/2024
4+
ms.custom: 1.1.0
5+
ms.date: 01/10/2025
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
@@ -11,7 +11,7 @@ title: about PSResourceGet
1111

1212
## Short description
1313

14-
Describes how to use version 1.1.0-rc2 of the
14+
Describes how to use version 1.1.0 of the
1515
**Microsoft.PowerShell.PSResourceGet** module.
1616

1717
## Long description

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-rc2
5-
ms.date: 10/31/2024
4+
ms.custom: 1.1.0
5+
ms.date: 01/10/2025
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
@@ -150,10 +150,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
150150

151151
## OUTPUTS
152152

153-
### System.IO.FileSystemInfo
153+
### System.IO.FileInfo
154154

155155
By default, this command doesn't write any output to the pipeline. When you use the **PassThru**
156-
parameter, it returns a **FileSystemInfo** object for the new `.nupkg` file.
156+
parameter, it returns a **FileInfo** object for the new `.nupkg` file.
157157

158158
## NOTES
159159

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ Saves resources (modules and scripts) from a registered repository onto the mach
2020
```
2121
Save-PSResource [-Name] <String[]> [-Version <String>] [-Prerelease] [-Repository <String[]>]
2222
[-Credential <PSCredential>] [-IncludeXml] [-Path <String>] [-TemporaryPath <String>]
23-
[-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense]
24-
[-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet]
24+
[-AcceptLicense] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### AsNupkgParameterSet
2828

2929
```
3030
Save-PSResource [-Name] <String[]> [-Version <String>] [-Prerelease] [-Repository <String[]>]
3131
[-Credential <PSCredential>] [-AsNupkg] [-Path <String>] [-TemporaryPath <String>]
32-
[-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense]
33-
[-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-TrustRepository] [-PassThru] [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet]
33+
[-AcceptLicense] [-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
3535

3636
### InputObjectParameterSet
3737

3838
```
3939
Save-PSResource [-Repository <String[]>] [-Credential <PSCredential>] [-AsNupkg] [-IncludeXml]
4040
[-Path <String>] [-TemporaryPath <String>] [-TrustRepository] [-PassThru]
41-
[-InputObject] <PSResourceInfo[]> [-SkipDependencyCheck] [-AuthenticodeCheck] [-AcceptLicense]
42-
[-WhatIf] [-Confirm] [<CommonParameters>]
41+
[-InputObject] <PSResourceInfo[]> [-SkipDependencyCheck] [-AuthenticodeCheck] [-Quiet]
42+
[-AcceptLicense] [-WhatIf] [-Confirm] [<CommonParameters>]
4343
```
4444

4545
## DESCRIPTION

0 commit comments

Comments
 (0)