Skip to content
Merged
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
26 changes: 26 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# 7.5 Changelog

## [7.5.9]

### Tests

- Update CI workflow to also target servicing-* branches (#27651)

### Build and Packaging Improvements

<details>

<summary>

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

</summary>

<ul>
<li>Update branch for release (#27682)</li>
<li>Avoid calling credential provider for public feed for Wix (#27665)</li>
<li>Separate NuGet publish into its own stage after pushing the git tag (#27650)</li>
</ul>

</details>

[7.5.9]: https://github.com/PowerShell/PowerShell/compare/v7.5.8...v7.5.9

## [7.5.8]

### Code Cleanup
Expand Down
Loading