Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,9 @@ TabExpansion
PSv2
System.Data.SqlClient
Microsoft.CSharp
v7.2.10
7.2.x
v7.3.3
- CHANGELOG.md
aavdberg
asrosent
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# 7.2 Changelog

## [7.2.10] - 2023-02-23

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET version to 6.0.14</p>

</summary>

<ul>
<li>Fixed package names verification to support multi-digit versions (#17220)</li>
<li>Add pipeline secrets (from #17837) (Internal 24413)</li>
<li>Update to azCopy 10 (#18509)</li>
<li>Update third party notices for v7.2.10 (Internal 24346)</li>
<li>Update cgmanifest for v7.2.10 (Internal 24333)</li>
<li>Pull latest patches for 7.2.10 dependencies (Internal 24325)</li>
<li>Update SDK to 6.0.406 for v7.2.10 (Internal 24324)</li>
<li>Add test for framework dependent package in release pipeline (#18506) (#19114)</li>
<li>Mark 7.2.x releases as latest LTS but not latest stable (#19069)</li>
</ul>

</details>

[7.2.10]: https://github.com/PowerShell/PowerShell/compare/v7.2.9...v7.2.10

## [7.2.9] - 2023-01-24

### Engine Updates and Fixes
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG/7.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 7.3 Changelog

## [7.3.3] - 2023-02-23

### Build and Packaging Improvements

<details>

<summary>

<p>Bump to use .NET 7.0.3</p>

</summary>

<ul>
<li>Update third party notices for v7.3.3 (Internal 24353)</li>
<li>Add tool to trigger license information gathering for NuGet modules (#18827)</li>
<li>Update global.json to 7.0.200 for v7.3.3 (Internal 24334)</li>
<li>Update cgmanifest for v7.3.3 (Internal 24338)</li>
</ul>

</details>

[7.3.3]: https://github.com/PowerShell/PowerShell/compare/v7.3.2...v7.3.3

## [7.3.2] - 2023-01-24

### Engine Updates and Fixes
Expand Down