Skip to content

Commit 7974b0d

Browse files
authored
Update changelogs for v4.2.3 / v2.2.3 release (#8225)
1 parent 0715b41 commit 7974b0d

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

docs/Changelog-Platform.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

7+
## <a name="2.2.3" />[2.2.3] - 2026-05-14
8+
9+
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)
10+
11+
### Artifacts
12+
13+
* Microsoft.Testing.Platform: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform/2.2.3)
14+
* Microsoft.Testing.Platform.MSBuild: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/2.2.3)
15+
* Microsoft.Testing.Extensions.CrashDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/2.2.3)
16+
* Microsoft.Testing.Extensions.HangDump: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/2.2.3)
17+
* Microsoft.Testing.Extensions.HotReload: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/2.2.3)
18+
* Microsoft.Testing.Extensions.Retry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/2.2.3)
19+
* Microsoft.Testing.Extensions.Telemetry: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/2.2.3)
20+
* Microsoft.Testing.Extensions.TrxReport: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/2.2.3)
21+
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [2.2.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/2.2.3)
22+
723
## <a name="2.2.2" />[2.2.2] - 2026-04-30
824

925
See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)

docs/Changelog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

7-
## <a name="4.2.3" />[4.2.3] - 2026-05-XX
7+
## <a name="4.2.3" />[4.2.3] - 2026-05-14
88

9-
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
9+
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)
1010

1111
### Fixed
1212

1313
* Fix log accumulation across DynamicData test invocations by @Evangelink in [#7925](https://github.com/microsoft/testfx/pull/7925)
14+
* Fix async TestInitialize/TestCleanup causing COMException in WinUI UITestMethod by @Copilot in [#8119](https://github.com/microsoft/testfx/pull/8119)
1415

1516
### Artifacts
1617

18+
* MSTest: [4.2.3](https://www.nuget.org/packages/MSTest/4.2.3)
19+
* MSTest.TestFramework: [4.2.3](https://www.nuget.org/packages/MSTest.TestFramework/4.2.3)
20+
* MSTest.TestAdapter: [4.2.3](https://www.nuget.org/packages/MSTest.TestAdapter/4.2.3)
21+
* MSTest.Analyzers: [4.2.3](https://www.nuget.org/packages/MSTest.Analyzers/4.2.3)
22+
* MSTest.Sdk: [4.2.3](https://www.nuget.org/packages/MSTest.Sdk/4.2.3)
23+
* MSTest.SourceGeneration: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.SourceGeneration/2.0.0-alpha.26228.3)
24+
* MSTest.Engine: [2.0.0-alpha.26228.3](https://www.nuget.org/packages/MSTest.Engine/2.0.0-alpha.26228.3)
25+
1726
## <a name="4.2.2" />[4.2.2] - 2026-04-30
1827

1928
See full log [of v4.2.1...v4.2.2](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)

0 commit comments

Comments
 (0)