Skip to content

Commit

Permalink
update coverlet.msbuild nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Mar 21, 2018
1 parent 4c496ab commit fe69a62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions coverlet.msbuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<metadata>
<id>coverlet.msbuild</id>
<version>1.0.0</version>
<title>Code Coverage Library</title>
<title>coverlet.msbuild</title>
<authors>tonerdo</authors>
<owners>tonerdo</owners>
<licenseUrl>https://github.com/tonerdo/coverlet/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/tonerdo/coverlet</projectUrl>
<iconUrl>https://nuget.org/Content/gallery/img/default-package-icon.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>Cross platform code coverage library for .NET/.NET Core</description>
<description>Coverlet is a cross platform code coverage library for .NET Core, with support for line and method coverage.</description>
<language>en-US</language>
<copyright>Copyright 2018</copyright>
<tags>coverage testing lcov</tags>
<tags>coverage testing unit-test lcov opencover quality</tags>
</metadata>
<files>
<file src="build\**\*.dll" target="build\netstandard2.0\" />
<file src="build\**\*.props" target="build\netstandard2.0\" />
<file src="build\**\*.targets" target="build\netstandard2.0\" />
<file src="build\Release\**\*.dll" target="build\netstandard2.0\" />
<file src="build\Release\**\*.props" target="build\netstandard2.0\" />
<file src="build\Release\**\*.targets" target="build\netstandard2.0\" />
<file src="build\Release\**\*.deps.json" target="build\netstandard2.0\" />
</files>
</package>

0 comments on commit fe69a62

Please sign in to comment.