Merged PR 16731: Changelog for v7.0.7 release

Changelog for v7.0.7 release
This commit is contained in:
Aditya Patwardhan 2021-08-12 18:36:40 +00:00
parent 14e7cd8991
commit 6e5e7f595f
2 changed files with 20 additions and 0 deletions

View file

@ -546,6 +546,7 @@ ps1xml
pscore
pscredential
psd1
psdesiredstateconfiguration
psdrive
psdriveinfo
pseudoparameterbinder

View file

@ -1,5 +1,24 @@
# 7.0 Changelog
## [7.0.7] - 2021-08-12
### Build and Packaging Improvements
<details>
<summary>
Bump .NET SDK to 3.1.412
</summary>
<ul>
<li>Remove cat file from <code>PSDesiredStateConfiguration</code> module (Internal 16722)</li>
<li>Update .NET SDK to <code>3.1.412</code> (Internal 16717)</li>
</ul>
</details>
[7.0.7]: https://github.com/PowerShell/PowerShell/compare/v7.0.6...v7.0.7
## [7.0.6] - 2021-03-11
### General Cmdlet Updates and Fixes