Skip to content

Commit 8ad954d

Browse files
committed
Merge branch 'release/v7.1.0-preview.5' into master
2 parents 838ece8 + dd73c30 commit 8ad954d

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@ x86
970970
xpath
971971
xtqqczze
972972
xunit
973+
xunit.runner.visualstudio
973974
Xunit.SkippableFact
974975
yaml
975976
yashrajbharti

CHANGELOG/preview.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Current preview release
22

3+
## [7.1.0-preview.5] - 2020-07-06
4+
5+
### Engine Updates and Fixes
6+
7+
- Ensure assemblies listed in the module manifest `FileList` field are not loaded (#12968)
8+
9+
### Code Cleanup
10+
11+
<details>
12+
13+
<summary>
14+
15+
<p>We thank the following contributors!</p>
16+
<p>@xtqqczze</p>
17+
18+
</summary>
19+
20+
<ul>
21+
<li>Code performance fixes (#12956) (Thanks @xtqqczze!)</li>
22+
</ul>
23+
24+
</details>
25+
26+
### Tools
27+
28+
- Add missing `.editorconfig` settings present in `dotnet/runtime` (#12871) (Thanks @xtqqczze!)
29+
30+
### Tests
31+
32+
- Add new test for `Format-Custom` to avoid data loss (#11393) (Thanks @iSazonov!)
33+
34+
### Build and Packaging Improvements
35+
36+
<details>
37+
<summary>
38+
39+
<p>Fixed upgrade code in MSI package.</p>
40+
41+
</summary>
42+
<ul>
43+
<li>Change log for v7.1.0-preview.5 (Internal 11880)</li>
44+
<li>Fix Path for the Preview MSI (#13070)</li>
45+
<li>Correct stable and preview upgrade codes for <code>MSI</code> (#13036)</li>
46+
<li>Changelog for `v7.1.0-preview.4` (Internal 11841)</li>
47+
<li>Fix NuGet package compliance issues (#13045)</li>
48+
<li>Bump <code>xunit.runner.visualstudio</code> from <code>2.4.1</code> to<code> 2.4.2</code> (#12874)</li>
49+
<li>Bump NJsonSchema from `10.1.21` to `10.1.23` (#13032) (#13022)</li>
50+
</ul>
51+
52+
</details>
53+
54+
### Documentation and Help Content
55+
56+
- Fix links for MSI packages to point to `7.1.0-preview.3` (#13056)
57+
- Add update `packages.microsoft.com` step to distribution request template. (#13008)
58+
- Update `windows-core.md` (#13053) (Thanks @xtqqczze!)
59+
- Add `@rjmholt` to maintainers list (#13033)
60+
- Update docs for `v7.1.0-preview.4` release (#13028)
61+
362
## [7.1.0-preview.4] - 2020-06-25
463

564
### Breaking Changes
@@ -515,6 +574,7 @@
515574
- Update `SUPPORT.md` (#11101) (Thanks @mklement0!)
516575
- Update `README.md` (#11100) (Thanks @mklement0!)
517576

577+
[7.1.0-preview.5]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.4...v7.1.0-preview.5
518578
[7.1.0-preview.4]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.3...v7.1.0-preview.4
519579
[7.1.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.2...v7.1.0-preview.3
520580
[7.1.0-preview.2]: https://github.com/PowerShell/PowerShell/compare/v7.1.0-preview.1...v7.1.0-preview.2

0 commit comments

Comments
 (0)