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
2 changes: 1 addition & 1 deletion src/JUnit.Xml.Package/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JUnit Test Logger

JUnit xml report extension for [Visual Studio Test Platform](https://github.com/microsoft/vstest).
JUnit xml report extension for [MTP v2](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-intro) and [Visual Studio Test Platform](https://github.com/microsoft/vstest). Please use v7.x for MTP v1 runners.

[![NuGet Downloads](https://img.shields.io/nuget/dt/JunitXml.TestLogger)](https://www.nuget.org/packages/JunitXml.TestLogger/)

Expand Down
2 changes: 1 addition & 1 deletion src/NUnit.Xml.Package/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NUnit Test Logger

NUnit xml report extension for [Visual Studio Test Platform](https://github.com/microsoft/vstest).
NUnit xml report extension for [MTP v2](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-intro) and [Visual Studio Test Platform](https://github.com/microsoft/vstest). Please use v7.x for MTP v1 runners.

[![NuGet Downloads](https://img.shields.io/nuget/dt/NunitXml.TestLogger)](https://www.nuget.org/packages/NunitXml.TestLogger/)

Expand Down
2 changes: 1 addition & 1 deletion src/Xunit.Xml.Package/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xunit Test Logger

Xunit logger extensions for [Visual Studio Test Platform](https://github.com/microsoft/vstest).
Xunit logger extensions for [MTP v2](https://learn.microsoft.com/en-us/dotnet/core/testing/microsoft-testing-platform-intro) and [Visual Studio Test Platform](https://github.com/microsoft/vstest). Please use v7.x for MTP v1 runners.

[![NuGet Downloads](https://img.shields.io/nuget/dt/XunitXml.TestLogger)](https://www.nuget.org/packages/XunitXml.TestLogger/)

Expand Down