From b3899127b75961d3a40cc7d177439e8d480c3baa Mon Sep 17 00:00:00 2001 From: Toni Solarin-Sodara Date: Thu, 9 May 2019 00:44:45 +0100 Subject: [PATCH] update package description --- src/coverlet.console/coverlet.console.csproj | 2 +- src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coverlet.console/coverlet.console.csproj b/src/coverlet.console/coverlet.console.csproj index 49b4ca1b8..aeb60365e 100644 --- a/src/coverlet.console/coverlet.console.csproj +++ b/src/coverlet.console/coverlet.console.csproj @@ -10,7 +10,7 @@ tonerdo $(AssemblyTitle) $(AssemblyTitle) - Coverlet is a cross platform code coverage tool for .NET Core, with support for line, branch and method coverage. + Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage. $(AssemblyVersion) coverage;testing;unit-test;lcov;opencover;quality https://raw.githubusercontent.com/tonerdo/coverlet/master/_assets/coverlet-icon.svg?sanitize=true diff --git a/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj b/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj index ff6d65577..11faca558 100644 --- a/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj +++ b/src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj @@ -15,7 +15,7 @@ https://raw.githubusercontent.com/tonerdo/coverlet/master/_assets/coverlet-icon.svg?sanitize=true false true - Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage. + Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage. coverage testing unit-test lcov opencover quality git https://github.com/tonerdo/coverlet