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

## [7.5.8]

### Code Cleanup

<details>

<summary>

<p>Update to .NET SDK 9.0.315</p>
Comment thread
TravisEz13 marked this conversation as resolved.

</summary>

<ul>
<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27575)</li>
</ul>

</details>

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 9.0.315</p>
Comment thread
TravisEz13 marked this conversation as resolved.

</summary>

<ul>
<li>Update branch for release (#27581)</li>
<li>Skip Store Publish when No Channel Selected (#27572)</li>
<li>Verify Apple codesign immediately after ESRP signing (#27541)</li>
<li>Remove unused step that clones <code>Internal-PowerShellTeam-Tools</code> repo in PMC publish pipeline (#27498)</li>
</ul>

</details>

[7.5.8]: https://github.com/PowerShell/PowerShell/compare/v7.5.7...v7.5.8

## [7.5.7]

### Engine Updates and Fixes
Expand Down
Loading