|
1 | 1 | # Current preview release
|
2 | 2 |
|
| 3 | +## [7.3.0-preview.6] - 2022-07-18 |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Fix `Export-PSSession` to not throw error when a rooted path is specified for `-OutputModule` (#17671) |
| 8 | +- Change `ConvertFrom-Json -AsHashtable` to use ordered hashtable (#17405) |
| 9 | +- Remove potential ANSI escape sequences in strings before using in `Out-GridView` (#17664) |
| 10 | +- Add the `-Milliseconds` parameter to `New-TimeSpan` (#17621) (Thanks @NoMoreFood!) |
| 11 | +- Update `Set-AuthenticodeSignature` to use `SHA256` as the default (#17560) (Thanks @jborean93!) |
| 12 | +- Fix tab completion regression when completing `ValidateSet` values (#17628) (Thanks @MartinGC94!) |
| 13 | +- Show optional parameters as such when displaying method definition and overloads (#13799) (Thanks @eugenesmlv!) |
| 14 | + |
| 15 | +### Code Cleanup |
| 16 | + |
| 17 | +<details> |
| 18 | + |
| 19 | +<summary> |
| 20 | + |
| 21 | +<p>We thank the following contributors!</p> |
| 22 | +<p>@sethvs, @MartinGC94, @eltociear</p> |
| 23 | + |
| 24 | +</summary> |
| 25 | + |
| 26 | +<ul> |
| 27 | +<li>Fix comment in InternalCommands.cs (#17669) (Thanks @sethvs!)</li> |
| 28 | +<li>Use discards for unused variables (#17620) (Thanks @MartinGC94!)</li> |
| 29 | +<li>Fix typo in CommonCommandParameters.cs (#17524) (Thanks @eltociear!)</li> |
| 30 | +</ul> |
| 31 | + |
| 32 | +</details> |
| 33 | + |
| 34 | +### Tests |
| 35 | + |
| 36 | +- Fix SDK tests for release build (#17678) |
| 37 | + |
| 38 | +### Build and Packaging Improvements |
| 39 | + |
| 40 | +<details> |
| 41 | + |
| 42 | +<summary> |
| 43 | + |
| 44 | +<p>We thank the following contributors!</p> |
| 45 | +<p>@tamasvajk</p> |
| 46 | + |
| 47 | +</summary> |
| 48 | + |
| 49 | +<ul> |
| 50 | +<li>Create test artifacts for Windows ARM64 (#17675)</li> |
| 51 | +<li>Update to the latest NOTICES file (#17607)</li> |
| 52 | +<li>Update .NET SDK version from <code>7.0.100-preview.5.22307.18</code> to <code>7.0.100-preview.6.22352.1</code> (#17634)</li> |
| 53 | +<li>Set the compound assignment preference to false (#17632)</li> |
| 54 | +<li>Update DotnetMetadata.json to start consuming .NET 7 Preview 6 builds (#17630)</li> |
| 55 | +<li>Install .NET 3.1 as it is required by the vPack task (#17600)</li> |
| 56 | +<li>Update to use PSReadLine <code>v2.2.6</code> (#17595)</li> |
| 57 | +<li>Fix <code>build.psm1</code> to not specify both version and quality for <code>dotnet-install</code> (#17589) (Thanks @tamasvajk!)</li> |
| 58 | +<li>Bump Newtonsoft.Json in /test/perf/dotnet-tools/Reporting (#17592)</li> |
| 59 | +<li>Bump Newtonsoft.Json in /test/perf/dotnet-tools/ResultsComparer (#17566)</li> |
| 60 | +<li>Disable RPM SBOM test. (#17532)</li> |
| 61 | +</ul> |
| 62 | + |
| 63 | +</details> |
| 64 | + |
| 65 | +### Documentation and Help Content |
| 66 | + |
| 67 | +- Remove `katacoda.com` from doc as it now returns 404 (#17625) |
| 68 | +- Update change log for `v7.2.5` and `v7.3.0-preview.5` (#17565) |
| 69 | +- Update `README.md` and `metadata.json` for upcoming releases (#17526) |
| 70 | + |
| 71 | +[7.3.0-preview.6]: https://github.com/PowerShell/PowerShell/compare/v7.3.0-preview.5...v7.3.0-preview.6 |
| 72 | + |
3 | 73 | ## [7.3.0-preview.5] - 2022-06-21
|
4 | 74 |
|
5 | 75 | ### Engine Updates and Fixes
|
|
0 commit comments