diff --git a/src/JUnit.Xml.Package/README.md b/src/JUnit.Xml.Package/README.md index e57f79a..a0280f8 100644 --- a/src/JUnit.Xml.Package/README.md +++ b/src/JUnit.Xml.Package/README.md @@ -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/) diff --git a/src/NUnit.Xml.Package/README.md b/src/NUnit.Xml.Package/README.md index 3f15745..f73e8ce 100644 --- a/src/NUnit.Xml.Package/README.md +++ b/src/NUnit.Xml.Package/README.md @@ -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/) diff --git a/src/Xunit.Xml.Package/README.md b/src/Xunit.Xml.Package/README.md index ab0fec9..21928f3 100644 --- a/src/Xunit.Xml.Package/README.md +++ b/src/Xunit.Xml.Package/README.md @@ -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/)