Skip to content

Commit

Permalink
Update Changelog for 3.8.2 (#5076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Feb 19, 2025
1 parent 615efc2 commit 661e266
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

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

## <a name="1.6.2" />[1.6.2] - 2025-02-19

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

### Fixed

* Handle if RootNamespace contains invalid identifier characters by @Youssef1313 in [#5069](https://github.com/microsoft/testfx/pull/5069)

### Artifacts

* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2)
* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2)
* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2)
* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2)
* Microsoft.Testing.Extensions.Telemetry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.6.2)
* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2)
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.6.2)
* Microsoft.Testing.Extensions.VSTestBridge: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.6.2)
* Microsoft.Testing.Platform: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.6.2)
* Microsoft.Testing.Platform.MSBuild: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.6.2)

## <a name="1.6.1" />[1.6.1] - 2025-02-18

See full log [here](https://github.com/microsoft/testfx/compare/v3.8.0...v3.8.1)
Expand Down
23 changes: 23 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.

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

## <a name="3.8.2" />[3.8.2] - 2025-02-19

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

### Fixed

* Fix ClassCleanup not called when the first test in class is ignored by @Youssef1313 in [#5071](https://github.com/microsoft/testfx/pull/5071)

### Artifacts

* MSTest: [3.8.2](https://www.nuget.org/packages/MSTest/3.8.2)
* MSTest.TestFramework: [3.8.2](https://www.nuget.org/packages/MSTest.TestFramework/3.8.2)
* MSTest.TestAdapter: [3.8.2](https://www.nuget.org/packages/MSTest.TestAdapter/3.8.2)
* MSTest.Analyzers: [3.8.2](https://www.nuget.org/packages/MSTest.Analyzers/3.8.2)
* MSTest.Sdk: [3.8.2](https://www.nuget.org/packages/MSTest.Sdk/3.8.2)
* Microsoft.Testing.Extensions.CrashDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.6.2)
* Microsoft.Testing.Extensions.HangDump: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.6.2)
* Microsoft.Testing.Extensions.HotReload: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.6.2)
* Microsoft.Testing.Extensions.Retry: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.6.2)
* Microsoft.Testing.Extensions.TrxReport: [1.6.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.6.2)
* MSTest.SourceGeneration: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.SourceGeneration/1.0.0-alpha.25119.7)
* MSTest.Engine: [1.0.0-alpha.25119.7](https://www.nuget.org/packages/MSTest.Engine/1.0.0-alpha.25119.7)

## <a name="3.8.1" />[3.8.1] - 2025-02-18

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

0 comments on commit 661e266

Please sign in to comment.