Skip to content

Commit

Permalink
Update release info for Clipboard cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Jul 9, 2024
1 parent 29032ce commit b7f5ff9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**
The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -88,6 +86,8 @@ PowerShell includes the following aliases for `Get-Clipboard`:
- All platforms:
- `gcb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 09/11/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -154,6 +154,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**
The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -87,7 +85,9 @@ PowerShell includes the following aliases for `Get-Clipboard`:

- All platforms:
- `gcb`


Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 05/31/2024
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -203,6 +203,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**
The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -88,6 +86,8 @@ PowerShell includes the following aliases for `Get-Clipboard`:
- All platforms:
- `gcb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 05/31/2024
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -203,6 +203,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.md)

0 comments on commit b7f5ff9

Please sign in to comment.