You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co
120
120
@jborean93!)
121
121
- Add telemetry to check for specific tags when importing a module ([#20371][20371])
122
122
- Add `PSAdapter` and `ConsoleGuiTools` to module load telemetry allowlist ([#20641][20641])
123
-
- Add Winget module to track usage ([#21040][21040])
123
+
- Add WinGet module to track usage ([#21040][21040])
124
124
- Ensure the filename is not null when logging WDAC ETW events ([#20910][20910]) (Thanks
125
125
@jborean93!)
126
126
- Fix four regressions introduced by the WDAC logging feature ([#20913][20913])
@@ -134,6 +134,13 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co
134
134
namespaces ([#21162][21162])
135
135
- Handle global tool specially when prepending `$PSHome` to PATH ([#24228][24228])
136
136
137
+
## New features inherited from .NET 9
138
+
139
+
New features in .NET 9 can be found here: [https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).
140
+
Here are some highlights that might be good to know about for PowerShell users:
141
+
142
+
- UUID v7 support with [`[guid]::CreateVersion7()`](100)
143
+
137
144
## Experimental features
138
145
139
146
The following experimental features were converted to mainstream features in
0 commit comments