From 79cadf17181bc4ea3a0f6d740c1b6b7783ac6086 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Mon, 17 Jun 2024 16:38:06 +0530 Subject: [PATCH] chore: update readme with package info. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 012de12..a786320 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# Test Logger -Common test logger abstractions for [Visual Studio Test Platform](https://gtihub.com/microsoft/vstest). +# .NET test loggers +Junit, NUnit and Xunit logger extensions for [Visual Studio Test Platform](https://github.com/microsoft/vstest). Connect your test reports to Circle CI, Gitlab and others from `dotnet test`. [![Build Status](https://github.com/spekt/testlogger/workflows/.NET/badge.svg)](https://github.com/spekt/testlogger/actions?query=workflow%3A.NET) [![Code coverage](https://codecov.io/gh/spekt/testlogger/branch/master/graph/badge.svg)](https://codecov.io/gh/spekt/testlogger) ## Packages -| Logger | Stable Package | -| ------ | -------------- | -| Spekt.TestLogger | https://github.com/spekt/testlogger/packages/580072 | +| Logger | Stable Package | Pre-release Package | +| ------ | -------------- | ------------------- | +| JUnit | [![NuGet](https://img.shields.io/nuget/v/JUnitXml.TestLogger.svg)](https://www.nuget.org/packages/JUnitXml.TestLogger/) | [![MyGet Pre Release](https://img.shields.io/myget/spekt/vpre/junitxml.testlogger.svg)](https://www.myget.org/feed/spekt/package/nuget/JunitXml.TestLogger) | +| NUnit | [![NuGet](https://img.shields.io/nuget/v/NUnitXml.TestLogger.svg)](https://www.nuget.org/packages/NUnitXml.TestLogger/) | [![MyGet Pre Release](https://img.shields.io/myget/spekt/vpre/nunitxml.testlogger.svg)](https://www.myget.org/feed/spekt/package/nuget/NunitXml.TestLogger) | +| Xunit | [![NuGet](https://img.shields.io/nuget/v/XunitXml.TestLogger.svg)](https://www.nuget.org/packages/XunitXml.TestLogger/) | [![MyGet Pre Release](https://img.shields.io/myget/spekt/vpre/xunitxml.testlogger.svg)](https://www.myget.org/feed/spekt/package/nuget/XunitXml.TestLogger) | ## Contribution Guide