Skip to content

Commit 7d74fa1

Browse files
Update release notes for 7.5-p2 (#10893)
* Update release notes for 7.5-p2 * Add missing newline --------- Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
1 parent 6911f1c commit 7d74fa1

File tree

8 files changed

+190
-166
lines changed

8 files changed

+190
-166
lines changed

reference/5.1/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/29/2024
5+
ms.date: 02/23/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-Item
@@ -645,9 +645,29 @@ You can pipe a value for the new item to this cmdlet.
645645

646646
## OUTPUTS
647647

648-
### System.Object
648+
### System.Collections.DictionaryEntry
649+
650+
The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.
651+
652+
### System.IO.DirectoryInfo
653+
654+
The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.
655+
656+
### System.IO.FileInfo
657+
658+
The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.
659+
660+
### System.Management.Automation.AliasInfo
661+
662+
The cmdlet returns a **AliasInfo** object when creating a new alias.
663+
664+
### System.Management.Automation.FunctionInfo
665+
666+
The cmdlet returns a **FunctionInfo** object when creating a new function.
667+
668+
### System.Management.Automation.PSVariable
649669

650-
This cmdlet returns the item that it creates.
670+
The cmdlet returns a **PSVariable** object when creating a new variable.
651671

652672
## NOTES
653673

reference/7.2/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/29/2024
5+
ms.date: 02/23/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.2&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-Item
@@ -630,9 +630,29 @@ You can pipe a value for the new item to this cmdlet.
630630

631631
## OUTPUTS
632632

633-
### System.Object
633+
### System.Collections.DictionaryEntry
634+
635+
The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.
636+
637+
### System.IO.DirectoryInfo
638+
639+
The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.
640+
641+
### System.IO.FileInfo
642+
643+
The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.
644+
645+
### System.Management.Automation.AliasInfo
646+
647+
The cmdlet returns a **AliasInfo** object when creating a new alias.
648+
649+
### System.Management.Automation.FunctionInfo
650+
651+
The cmdlet returns a **FunctionInfo** object when creating a new function.
652+
653+
### System.Management.Automation.PSVariable
634654

635-
This cmdlet returns the item that it creates.
655+
The cmdlet returns a **PSVariable** object when creating a new variable.
636656

637657
## NOTES
638658

reference/7.3/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/29/2024
5+
ms.date: 02/23/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.3&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-Item
@@ -630,9 +630,29 @@ You can pipe a value for the new item to this cmdlet.
630630

631631
## OUTPUTS
632632

633-
### System.Object
633+
### System.Collections.DictionaryEntry
634+
635+
The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.
636+
637+
### System.IO.DirectoryInfo
638+
639+
The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.
640+
641+
### System.IO.FileInfo
642+
643+
The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.
644+
645+
### System.Management.Automation.AliasInfo
646+
647+
The cmdlet returns a **AliasInfo** object when creating a new alias.
648+
649+
### System.Management.Automation.FunctionInfo
650+
651+
The cmdlet returns a **FunctionInfo** object when creating a new function.
652+
653+
### System.Management.Automation.PSVariable
634654

635-
This cmdlet returns the item that it creates.
655+
The cmdlet returns a **PSVariable** object when creating a new variable.
636656

637657
## NOTES
638658

reference/7.4/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/29/2024
5+
ms.date: 02/23/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-Item
@@ -629,9 +629,29 @@ You can pipe a value for the new item to this cmdlet.
629629

630630
## OUTPUTS
631631

632-
### System.Object
632+
### System.Collections.DictionaryEntry
633+
634+
The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.
635+
636+
### System.IO.DirectoryInfo
637+
638+
The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.
639+
640+
### System.IO.FileInfo
641+
642+
The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.
643+
644+
### System.Management.Automation.AliasInfo
645+
646+
The cmdlet returns a **AliasInfo** object when creating a new alias.
647+
648+
### System.Management.Automation.FunctionInfo
649+
650+
The cmdlet returns a **FunctionInfo** object when creating a new function.
651+
652+
### System.Management.Automation.PSVariable
633653

634-
This cmdlet returns the item that it creates.
654+
The cmdlet returns a **PSVariable** object when creating a new variable.
635655

636656
## NOTES
637657

reference/7.5/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/29/2024
5+
ms.date: 02/23/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: New-Item
@@ -629,9 +629,29 @@ You can pipe a value for the new item to this cmdlet.
629629

630630
## OUTPUTS
631631

632-
### System.Object
632+
### System.Collections.DictionaryEntry
633+
634+
The cmdlet returns a **DictionaryEntry** object when creating a new environment variable.
635+
636+
### System.IO.DirectoryInfo
637+
638+
The cmdlet returns a **DirectoryInfo** object when creating a new directory in the filesystem.
639+
640+
### System.IO.FileInfo
641+
642+
The cmdlet returns a **FileInfo** object when creating a new file in the filesystem.
643+
644+
### System.Management.Automation.AliasInfo
645+
646+
The cmdlet returns a **AliasInfo** object when creating a new alias.
647+
648+
### System.Management.Automation.FunctionInfo
649+
650+
The cmdlet returns a **FunctionInfo** object when creating a new function.
651+
652+
### System.Management.Automation.PSVariable
633653

634-
This cmdlet returns the item that it creates.
654+
The cmdlet returns a **PSVariable** object when creating a new variable.
635655

636656
## NOTES
637657

reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Details the policies governing support for PowerShell
3-
ms.date: 02/05/2024
3+
ms.date: 02/23/2024
44
title: PowerShell Support Lifecycle
55
---
66
# PowerShell Support Lifecycle
@@ -136,7 +136,7 @@ for historical reference. It isn't intended for use to determine the support lif
136136

137137
| Version | Release Date | Note |
138138
| ----------------------------- | :----------: | ------------------------------------------------------------------------------- |
139-
| PowerShell 7.5 (preview) | TBA | Built on .NET 8.0.1 |
139+
| PowerShell 7.5 (preview) | TBA | Built on .NET 9.0.0-preview.1 |
140140
| PowerShell 7.4 (LTS-current) | Nov-2023 | Built on .NET 8.0.0 |
141141
| PowerShell 7.3 | Nov-2022 | Built on .NET 7.0 |
142142
| PowerShell 7.2 (LTS-previous) | Nov-2021 | Built on .NET 6.0 (LTS-previous) |

0 commit comments

Comments
 (0)