Skip to content

Commit b389912

Browse files
committed
update package description
1 parent 52e1f3b commit b389912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coverlet.console/coverlet.console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>tonerdo</Authors>
1111
<PackageId>$(AssemblyTitle)</PackageId>
1212
<Title>$(AssemblyTitle)</Title>
13-
<Description>Coverlet is a cross platform code coverage tool for .NET Core, with support for line, branch and method coverage.</Description>
13+
<Description>Coverlet is a cross platform code coverage tool for .NET, with support for line, branch and method coverage.</Description>
1414
<PackageVersion>$(AssemblyVersion)</PackageVersion>
1515
<PackageTags>coverage;testing;unit-test;lcov;opencover;quality</PackageTags>
1616
<PackageIconUrl>https://raw.githubusercontent.com/tonerdo/coverlet/master/_assets/coverlet-icon.svg?sanitize=true</PackageIconUrl>

src/coverlet.msbuild.tasks/coverlet.msbuild.tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageIconUrl>https://raw.githubusercontent.com/tonerdo/coverlet/master/_assets/coverlet-icon.svg?sanitize=true</PackageIconUrl>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<DevelopmentDependency>true</DevelopmentDependency>
18-
<Description>Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage.</Description>
18+
<Description>Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.</Description>
1919
<PackageTags>coverage testing unit-test lcov opencover quality</PackageTags>
2020
<RepositoryType>git</RepositoryType>
2121
<RepositoryUrl>https://github.com/tonerdo/coverlet</RepositoryUrl>

0 commit comments

Comments
 (0)