|
1 | 1 | # 7.0 Changelog |
2 | 2 |
|
| 3 | +## [7.0.4] - 2021-01-19 |
| 4 | + |
| 5 | +### Build and Packaging Improvements |
| 6 | + |
| 7 | +<details> |
| 8 | + |
| 9 | +<summary> |
| 10 | +Bump .NET SDK to version <code>3.1.405</code> |
| 11 | +</summary> |
| 12 | + |
| 13 | +<ul> |
| 14 | +<li>Remove MyGet feeds from test nuget.config (Internal 14147)</li> |
| 15 | +<li>Update WXS file for 7.0.4 (Internal 14122)</li> |
| 16 | +<li>Update .NET dependencies for 7.0.4 (Internal 14104)</li> |
| 17 | +<li>Fix 7.0.4 `Get-Module` test failure (Internal 13946)</li> |
| 18 | +<li>Fix directory creation failure (Internal 13904)</li> |
| 19 | +<li>Disable WMF link invocation test (#13479)</li> |
| 20 | +<li>Use PowerShell Core for build and test of package in CI build (#13223)</li> |
| 21 | +<li>Disable libmi dependent tests for macOS. (#14446)</li> |
| 22 | +<li>Use one feed in each nuget.config in official builds (#14363)</li> |
| 23 | +<li>Fix path signed RPMs are uploaded from in release build (#14424)</li> |
| 24 | +<li>Fix syntax error in Windows packaging script (#14377)</li> |
| 25 | +<li>Make AppLocker Enforce mode take precedence over UMCI Audit mode (#14353)</li> |
| 26 | +<li>Fix issue with unsigned build (#14367)</li> |
| 27 | +<li>Move macOS and NuGet to ESRP signing (#14324)</li> |
| 28 | +<li>Move Windows package signing to use ESRP (#14060)</li> |
| 29 | +<li>Move Linux to ESRP signing (#14210)</li> |
| 30 | +<li>Migrate 3rd party signing to ESRP (#14010)</li> |
| 31 | +<li>Don't do a shallow checkout (#13992)</li> |
| 32 | +<li>Move to ESRP signing for Windows files (#13988)</li> |
| 33 | +<li>Fix breaks in packages daily build due to macOS signing changes (#13421)</li> |
| 34 | +<li>Sign individual files in package (#13392)</li> |
| 35 | +<li>Use Authenticode certificate for MSIX signing (#13330)</li> |
| 36 | +<li>Sign the MSIX files for the store (#12582)</li> |
| 37 | +<li>Use temporary personal path at runspace startup when <code>$env:HOME</code> not defined (#13239)</li> |
| 38 | +<li>Fix MSIX packaging to determine if a preview release by inspecting the semantic version string (#11991)</li> |
| 39 | +<li>Add default help content to the assets folder (#13257)</li> |
| 40 | +</ul> |
| 41 | + |
| 42 | +</details> |
| 43 | + |
| 44 | +[7.0.4]: https://github.com/PowerShell/PowerShell/compare/v7.0.3...v7.0.4 |
| 45 | + |
3 | 46 | ## [7.0.3] - 2020-07-16 |
4 | 47 |
|
5 | 48 | ### Tests |
|
0 commit comments