File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >coverlet.msbuild</id >
5
5
<version >1.0.0</version >
6
- <title >Code Coverage Library </title >
6
+ <title >coverlet.msbuild </title >
7
7
<authors >tonerdo</authors >
8
8
<owners >tonerdo</owners >
9
9
<licenseUrl >https://github.com/tonerdo/coverlet/blob/master/LICENSE</licenseUrl >
10
10
<projectUrl >http://github.com/tonerdo/coverlet</projectUrl >
11
11
<iconUrl >https://nuget.org/Content/gallery/img/default-package-icon.svg</iconUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<developmentDependency >true</developmentDependency >
14
- <description >Cross platform code coverage library for .NET/.NET Core</description >
14
+ <description >Coverlet is a cross platform code coverage library for .NET Core, with support for line and method coverage. </description >
15
15
<language >en-US</language >
16
- <copyright >Copyright 2018</copyright >
17
- <tags >coverage testing lcov</tags >
16
+ <tags >coverage testing unit-test lcov opencover quality</tags >
18
17
</metadata >
19
18
<files >
20
- <file src =" build\**\*.dll" target =" build\netstandard2.0\" />
21
- <file src =" build\**\*.props" target =" build\netstandard2.0\" />
22
- <file src =" build\**\*.targets" target =" build\netstandard2.0\" />
19
+ <file src =" build\Release\**\*.dll" target =" build\netstandard2.0\" />
20
+ <file src =" build\Release\**\*.props" target =" build\netstandard2.0\" />
21
+ <file src =" build\Release\**\*.targets" target =" build\netstandard2.0\" />
22
+ <file src =" build\Release\**\*.deps.json" target =" build\netstandard2.0\" />
23
23
</files >
24
24
</package >
You can’t perform that action at this time.
0 commit comments