|
1 | 1 | # 7.4 Changelog
|
2 | 2 |
|
| 3 | +## [7.4.6] - 2024-10-22 |
| 4 | + |
| 5 | +### Build and Packaging Improvements |
| 6 | + |
| 7 | +<details> |
| 8 | + |
| 9 | +<summary> |
| 10 | + |
| 11 | +<p>Bump .NET SDK to 8.0.403</p> |
| 12 | + |
| 13 | +</summary> |
| 14 | + |
| 15 | +<ul> |
| 16 | +<li>Copy to static site instead of making blob public (#24269) (#24473)</li> |
| 17 | +<li>Add ability to capture MSBuild Binary logs when restore fails (#24128)</li> |
| 18 | +<li>Keep the roff file when gzipping it. (#24450)</li> |
| 19 | +<li>Update <code>PowerShell-Coordinated_Packages-Official.yml</code> (#24449)</li> |
| 20 | +<li>Update and add new NuGet package sources for different environments. (#24440)</li> |
| 21 | +<li>Add PMC mapping for Debian 12 (bookworm) (#24413)</li> |
| 22 | +<li>Fixes to Azure Public feed usage (#24429)</li> |
| 23 | +<li>Delete <code>assets/AppImageThirdPartyNotices.txt</code> (#24256)</li> |
| 24 | +<li>Delete <code>demos</code> directory (#24258)</li> |
| 25 | +<li>Add specific path for issues in tsaconfig (#24244)</li> |
| 26 | +<li>Checkin generated manpage (#24423)</li> |
| 27 | +<li>Add updated libicu dependency for Debian packages (#24301)</li> |
| 28 | +<li>Add mapping to azurelinux repo (#24290)</li> |
| 29 | +<li>Update vpack pipeline (#24281)</li> |
| 30 | +<li>Add <code>BaseUrl</code> to <code>buildinfo</code> json file (#24376)</li> |
| 31 | +<li>Delete the msix blob if it's already there (#24353)</li> |
| 32 | +<li>Make some release tests run in a hosted pools (#24270)</li> |
| 33 | +<li>Create new pipeline for compliance (#24252)</li> |
| 34 | +<li>Use Managed Identity for <code>APIScan</code> authentication (#24243)</li> |
| 35 | +<li>Check <code>Create and Submit</code> in vPack build by default (#24181)</li> |
| 36 | +<li>Capture environment better (#24148)</li> |
| 37 | +<li>Refactor Nuget package source creation to use <code>New-NugetPackageSource</code> function (#24104)</li> |
| 38 | +<li>Make Microsoft feeds the default (#24426)</li> |
| 39 | +<li>Bump to .NET 8.0.403 and update dependencies (#24405)</li> |
| 40 | +</ul> |
| 41 | + |
| 42 | +</details> |
| 43 | + |
| 44 | +[7.4.6]: https://github.com/PowerShell/PowerShell/compare/v7.4.5...v7.4.6 |
| 45 | + |
3 | 46 | ## [7.4.5] - 2024-08-20
|
4 | 47 |
|
5 | 48 | ### General Cmdlet Updates and Fixes
|
|
0 commit comments