Skip to content

Commit 84b2ec0

Browse files
committed
Update Changelog for 3.8.2
1 parent 615efc2 commit 84b2ec0

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

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.6.2" />[1.6.2] - 2025-02-19
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2)
10+
11+
### Fixed
12+
13+
* Handle if RootNamespace contains invalid identifier characters by @Youssef1313 in https://github.com/microsoft/testfx/pull/5069
14+
15+
### Artifacts
16+
17+
* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2)
18+
* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2)
19+
* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2)
20+
* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2)
21+
* Microsoft.Testing.Extensions.Telemetry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.2)
22+
* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2)
23+
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.2)
24+
* Microsoft.Testing.Extensions.VSTestBridge: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.2)
25+
* Microsoft.Testing.Platform: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.2)
26+
* Microsoft.Testing.Platform.MSBuild: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.2)
27+
728
## <a name="1.6.1" />[1.6.1] - 2025-02-18
829

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

docs/Changelog.md

+24
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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.8.2" />[3.8.2] - 2025-02-19
8+
9+
See full log [here](https://github.com/microsoft/testfx/compare/v3.8.1...v3.8.2)
10+
11+
### Fixed
12+
13+
* Fix ClassCleanup not called when the first test in class is ignored by @Youssef1313 in https://github.com/microsoft/testfx/pull/5071
14+
15+
### Artifacts
16+
17+
* MSTest: [3.8.2](https://www.nuget.org/packages/MSTest/3.8.2)
18+
* MSTest.TestFramework: [3.8.2](https://www.nuget.org/packages/MSTest.TestFramework/3.8.2)
19+
* MSTest.TestAdapter: [3.8.2](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.2)
20+
* MSTest.Analyzers: [3.8.2](https://www.nuget.org/packages/MSTest.Analyzers/3.8.2)
21+
* MSTest.Sdk: [3.8.2](https://www.nuget.org/packages/MSTest.Sdk/3.8.2)
22+
* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2)
23+
* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2)
24+
* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2)
25+
* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2)
26+
* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2)
27+
* MSTest.SourceGeneration: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25119.7)
28+
* MSTest.Engine: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25119.7)
29+
30+
731
## <a name="3.8.1" />[3.8.1] - 2025-02-18
832

933
See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1)

0 commit comments

Comments
 (0)