|
1 | 1 | # 7.6 Changelog |
2 | 2 |
|
| 3 | +## [7.6.1] |
| 4 | + |
| 5 | +### General Cmdlet Updates and Fixes |
| 6 | + |
| 7 | +- Delay update notification for one week to ensure all packages become available (#27215) |
| 8 | + |
| 9 | +### Tests |
| 10 | + |
| 11 | +- Fix the `PSNativeCommandArgumentPassing` test (#27179) |
| 12 | + |
| 13 | +### Build and Packaging Improvements |
| 14 | + |
| 15 | +<details> |
| 16 | + |
| 17 | +<summary> |
| 18 | + |
| 19 | +<p>Update to .NET SDK 10.0.202</p> |
| 20 | + |
| 21 | +</summary> |
| 22 | + |
| 23 | +<ul> |
| 24 | +<li>Fix PMC Repo URL for RHEL10 (#27061) (#27062)</li> |
| 25 | +<li>Update branch for release (#27287)</li> |
| 26 | +<li>Fix package pipeline by adding in PDP-Media directory (#27257)</li> |
| 27 | +<li>Pin ready-to-merge.yml reusable workflow to commit SHA (#27245)</li> |
| 28 | +<li>[StepSecurity] ci: Harden GitHub Actions tags (#27236)</li> |
| 29 | +<li>Build, package, and create VPack for the PowerShell-LTS store package within the same <code>msixbundle-vpack</code> pipeline (#27237)</li> |
| 30 | +<li>Change the display name of PowerShell-LTS package to PowerShell LTS (#27219)</li> |
| 31 | +<li>[StepSecurity] ci: Harden GitHub Actions tokens (#27218)</li> |
| 32 | +<li>Redo windows image fix to use latest image (#27217)</li> |
| 33 | +<li>Add comment-based help documentation to build.psm1 functions (#27216)</li> |
| 34 | +<li>Separate Store Package Creation, Skip Polling for Store Publish, Clean up PDP-Media (#27214)</li> |
| 35 | +<li>Bump github/codeql-action from 4.34.1 to 4.35.1 (#27184)</li> |
| 36 | +<li>Bump github/codeql-action from 4.32.6 to 4.34.1 (#27182)</li> |
| 37 | +<li>Select New MSIX Package Name (#27183)</li> |
| 38 | +<li>Update the PhoneProductId to be the official LTS id used by Store (#27181)</li> |
| 39 | +<li>release-upload-buildinfo: replace version-comparison channel gating with metadata flags (#27180)</li> |
| 40 | +<li>Move <code>_GetDependencies</code> MSBuild target from dynamic generation in <code>build.psm1</code> into <code>Microsoft.PowerShell.SDK.csproj</code> (#27177)</li> |
| 41 | +<li>Separate Official and NonOfficial templates for ADO pipelines (#27176)</li> |
| 42 | +</ul> |
| 43 | + |
| 44 | +</details> |
| 45 | + |
| 46 | +[7.6.1]: https://github.com/PowerShell/PowerShell/compare/v7.6.0...v7.6.1 |
| 47 | + |
3 | 48 | ## [7.6.0] |
4 | 49 |
|
5 | 50 | ### General Cmdlet Updates and Fixes |
|
0 commit comments