Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# 7.5 Changelog

## [7.5.7]

### Engine Updates and Fixes

- Fix checks for local user config file paths (#27479)

### General Cmdlet Updates and Fixes

- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27472)

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 9.0.314</p>

</summary>

Comment on lines +17 to +22
<ul>
<li>Update branch for release (#27480)</li>
<li>Fix *nix permissions and use <code>certificate_logical_to_actual</code> (#27468)</li>
<li>Add the <code>windowsTargetName</code> for .NET 9 (#27474)</li>
<li>Add macOS binary code signing and package notarization (#27467)</li>
<li>Add <code>appLicensing</code> capability to Appx manifest (#27466)</li>
<li>Update <code>Microsoft.PowerShell.Native</code> to the latest GA version (#27465)</li>
<li>Update the MSIXBundle-VPack pipeline to create VPack for both LTS and Stable channel packages (#27464)</li>
<li>Remove package verification from the notice pipeline (#27463)</li>
<li>Correct Variable Template Reference in NonOfficial Pipeline Templates (#27462)</li>
<li>Externalize <code>findMissingNotices</code> target framework selection with ordered Windows fallback (#27461)</li>
<li>Exclude .exe packages from publishing to GitHub (#27460)</li>
<li>Download PMC Packages through <code>TemplateContext</code> (#27335)</li>
<li>Flip Stable PublishToChannel false for v7.5.X (#27333)</li>
<li>PMC release: Use slash instead of back-slash for Linux container (#27318)</li>
</ul>

</details>

[7.5.7]: https://github.com/PowerShell/PowerShell/compare/v7.5.6...v7.5.7

## [7.5.6]

### General Cmdlet Updates and Fixes
Expand Down
Loading