Skip to content

Commit 67972ad

Browse files
authoredFeb 27, 2023
Pull in changelogs for v7.2.10 and v7.3.3 releases (PowerShell#19219)
1 parent 0ba8959 commit 67972ad

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
 

‎.spelling

+3
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,9 @@ TabExpansion
12871287
PSv2
12881288
System.Data.SqlClient
12891289
Microsoft.CSharp
1290+
v7.2.10
1291+
7.2.x
1292+
v7.3.3
12901293
- CHANGELOG.md
12911294
aavdberg
12921295
asrosent

‎CHANGELOG/7.2.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# 7.2 Changelog
22

3+
## [7.2.10] - 2023-02-23
4+
5+
### Build and Packaging Improvements
6+
7+
<details>
8+
9+
<summary>
10+
11+
<p>Bump .NET version to 6.0.14</p>
12+
13+
</summary>
14+
15+
<ul>
16+
<li>Fixed package names verification to support multi-digit versions (#17220)</li>
17+
<li>Add pipeline secrets (from #17837) (Internal 24413)</li>
18+
<li>Update to azCopy 10 (#18509)</li>
19+
<li>Update third party notices for v7.2.10 (Internal 24346)</li>
20+
<li>Update cgmanifest for v7.2.10 (Internal 24333)</li>
21+
<li>Pull latest patches for 7.2.10 dependencies (Internal 24325)</li>
22+
<li>Update SDK to 6.0.406 for v7.2.10 (Internal 24324)</li>
23+
<li>Add test for framework dependent package in release pipeline (#18506) (#19114)</li>
24+
<li>Mark 7.2.x releases as latest LTS but not latest stable (#19069)</li>
25+
</ul>
26+
27+
</details>
28+
29+
[7.2.10]: https://github.com/PowerShell/PowerShell/compare/v7.2.9...v7.2.10
30+
331
## [7.2.9] - 2023-01-24
432

533
### Engine Updates and Fixes

‎CHANGELOG/7.3.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# 7.3 Changelog
22

3+
## [7.3.3] - 2023-02-23
4+
5+
### Build and Packaging Improvements
6+
7+
<details>
8+
9+
<summary>
10+
11+
<p>Bump to use .NET 7.0.3</p>
12+
13+
</summary>
14+
15+
<ul>
16+
<li>Update third party notices for v7.3.3 (Internal 24353)</li>
17+
<li>Add tool to trigger license information gathering for NuGet modules (#18827)</li>
18+
<li>Update global.json to 7.0.200 for v7.3.3 (Internal 24334)</li>
19+
<li>Update cgmanifest for v7.3.3 (Internal 24338)</li>
20+
</ul>
21+
22+
</details>
23+
24+
[7.3.3]: https://github.com/PowerShell/PowerShell/compare/v7.3.2...v7.3.3
25+
326
## [7.3.2] - 2023-01-24
427

528
### Engine Updates and Fixes

0 commit comments

Comments
 (0)
Please sign in to comment.