|
1 | 1 | #7.5 Changelog |
2 | 2 |
|
| 3 | +##[7.5.3] |
| 4 | + |
| 5 | +###General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Fix`Out-GridView` by replacing the use of obsolete`BinaryFormatter` with custom implementation. (#25559) |
| 8 | +- Remove`OnDeserialized` and`Serializable` attributes from`Microsoft.Management.UI.Internal` project (#25831) |
| 9 | +- Make the interface`IDeepCloneable` internal (#25830) |
| 10 | + |
| 11 | +###Tools |
| 12 | + |
| 13 | +- Add CodeQL suppressions (#25972) |
| 14 | + |
| 15 | +###Tests |
| 16 | + |
| 17 | +- Fix updatable help test for new content (#25944) |
| 18 | + |
| 19 | +###Build and Packaging Improvements |
| 20 | + |
| 21 | +<details> |
| 22 | + |
| 23 | +<summary> |
| 24 | + |
| 25 | +<p>Update to .NET SDK 9.0.304</p> |
| 26 | + |
| 27 | +</summary> |
| 28 | + |
| 29 | +<ul> |
| 30 | +<li>Make logical template name consistent between pipelines (#25991)</li> |
| 31 | +<li>Update container images to use mcr.microsoft.com for Linux and Azure Linux (#25986)</li> |
| 32 | +<li>Add build to vPack Pipeline (#25975)</li> |
| 33 | +<li>Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#25964)</li> |
| 34 | +<li>Update branch for release (#25942)</li> |
| 35 | +</ul> |
| 36 | + |
| 37 | +</details> |
| 38 | + |
| 39 | +###Documentation and Help Content |
| 40 | + |
| 41 | +- Fix typo in CHANGELOG for script filename suggestion (#25963) |
| 42 | + |
| 43 | +[7.5.3]:https://github.com/PowerShell/PowerShell/compare/v7.5.2...v7.5.3 |
| 44 | + |
3 | 45 | ##[7.5.2] - 2025-06-24 |
4 | 46 |
|
5 | 47 | ###Engine Updates and Fixes |
|
41 | 83 |
|
42 | 84 | [7.5.2]:https://github.com/PowerShell/PowerShell/compare/v7.5.1...v7.5.2 |
43 | 85 |
|
44 | | - |
45 | 86 | ##[7.5.1] |
46 | 87 |
|
47 | 88 | ###Engine Updates and Fixes |
|