|
1 | 1 | --- |
2 | 2 | title: What's New in PowerShell 7.5 |
3 | 3 | description: New features and changes released in PowerShell 7.5 |
4 | | -ms.date: 04/25/2025 |
| 4 | +ms.date: 06/16/2025 |
5 | 5 | --- |
6 | 6 |
|
7 | 7 | # What's New in PowerShell 7.5 |
8 | 8 |
|
9 | | -PowerShell 7.5.1 includes the following features, updates, and breaking changes. PowerShell |
10 | | -7.5 is built on .NET 9.0.203 release. |
| 9 | +PowerShell 7.5.2 includes the following features, updates, and breaking changes. PowerShell |
| 10 | +7.5 is built on .NET 9.0.301 release. |
11 | 11 |
|
12 | 12 | For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repository. For more |
13 | 13 | information about .NET 9, see [What's new in .NET 9][07]. |
@@ -115,9 +115,16 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co |
115 | 115 | data first ([#24236][24236]) (Thanks @MartinGC94) |
116 | 116 | - Add `-Force` parameter to `Resolve-Path` and `Convert-Path` cmdlets to support wildcard hidden |
117 | 117 | files [#20981][20981] (Thanks @ArmaanMcleod!) |
| 118 | +- Set standard handles explicitly when starting a process with `-NoNewWindow` ([#25324][25324]) |
| 119 | +- Make inherited protected internal instance members accessible in class scope. ([#25547][25547]) |
| 120 | + (Thanks @mawosoft!) |
| 121 | +- Remove the old fuzzy suggestion and fix the local script file name suggestion ([#25330][25330]) |
| 122 | +- Fix `PSMethodInvocationConstraints.GetHashCode` method ([#25306][25306]) (Thanks @crazyjncsu!) |
118 | 123 |
|
119 | 124 | ## Engine improvements |
120 | 125 |
|
| 126 | +- Move .NET method invocation logging to after the needed type conversion is done for method |
| 127 | + arguments ([#25357][25357]) |
121 | 128 | - Fallback to AppLocker after `WldpCanExecuteFile` ([#25305][25305]) |
122 | 129 | - Explicitly start and stop ANSI Error Color ([#24065][24065]) (Thanks @JustinGrote!) |
123 | 130 | - Improve .NET overload definition of generic methods ([#21326][21326]) (Thanks @jborean93!) |
@@ -336,3 +343,8 @@ CollectionSize Test TotalMilliseconds RelativeSpeed |
336 | 343 | [24236]: https://github.com/PowerShell/PowerShell/pull/24236 |
337 | 344 | [24749]: https://github.com/PowerShell/PowerShell/issues/24749 |
338 | 345 | [25305]: https://github.com/PowerShell/PowerShell/pull/25305 |
| 346 | +[25306]: https://github.com/PowerShell/PowerShell/pull/25306 |
| 347 | +[25324]: https://github.com/PowerShell/PowerShell/pull/25324 |
| 348 | +[25330]: https://github.com/PowerShell/PowerShell/pull/25330 |
| 349 | +[25357]: https://github.com/PowerShell/PowerShell/pull/25357 |
| 350 | +[25547]: https://github.com/PowerShell/PowerShell/pull/25547 |
0 commit comments