Skip to content

Commit f2b74c7

Browse files
committed
Update Changelog for 3.7.3/1.5.3
1 parent 14165dc commit f2b74c7

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Diff for: docs/Changelog-Platform.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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="1.5.3" />[1.5.3] - 2025-01-27
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.2...v1.5.3)
10+
11+
### Fixed
12+
13+
* Fix `MissingMethodException` for init-only properties when code is compiled against netstandard2.0 and runs on net9.0 at runtime by @dependabot in [#4794](https://github.com/microsoft/testfx/pull/4794)
14+
15+
### Artifacts
16+
17+
* Microsoft.Testing.Extensions.CrashDump: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.3)
18+
* Microsoft.Testing.Extensions.HangDump: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.3)
19+
* Microsoft.Testing.Extensions.HotReload: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.3)
20+
* Microsoft.Testing.Extensions.Retry: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.3)
21+
* Microsoft.Testing.Extensions.Telemetry: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.5.3)
22+
* Microsoft.Testing.Extensions.TrxReport: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.3)
23+
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.5.3)
24+
* Microsoft.Testing.Extensions.VSTestBridge: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.5.3)
25+
* Microsoft.Testing.Platform: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.5.3)
26+
* Microsoft.Testing.Platform.MSBuild: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.5.3)
27+
728
## <a name="1.5.2" />[1.5.2] - 2025-01-21
829

930
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.1...v1.5.2)

Diff for: docs/Changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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="3.7.3" />[3.7.3] - 2025-01-27
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.2...v3.7.3)
10+
11+
### Fixed
12+
13+
* Fix `Could not load type 'System.Threading.Lock'` error for WinUI when using net9.0 by @dependabot in [#4794](https://github.com/microsoft/testfx/pull/4794)
14+
15+
### Artifacts
16+
17+
* MSTest: [3.7.3](https://www.nuget.org/packages/MSTest/3.7.3)
18+
* MSTest.TestFramework: [3.7.3](https://www.nuget.org/packages/MSTest.TestFramework/3.7.3)
19+
* MSTest.TestAdapter: [3.7.3](https://www.nuget.org/packages/MSTest.TestAdapter/3.7.3)
20+
* MSTest.Analyzers: [3.7.3](https://www.nuget.org/packages/MSTest.Analyzers/3.7.3)
21+
* MSTest.Sdk: [3.7.3](https://www.nuget.org/packages/MSTest.Sdk/3.7.3)
22+
* Microsoft.Testing.Extensions.CrashDump: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.5.3)
23+
* Microsoft.Testing.Extensions.HangDump: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.5.3)
24+
* Microsoft.Testing.Extensions.HotReload: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.5.3)
25+
* Microsoft.Testing.Extensions.Retry: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.5.3)
26+
* Microsoft.Testing.Extensions.TrxReport: [1.5.3](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.5.3)
27+
728
## <a name="3.7.2" />[3.7.2] - 2025-01-21
829

930
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.1...v3.7.2)

0 commit comments

Comments
 (0)