-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathSqlCover.nuspec
More file actions
17 lines (17 loc) · 681 Bytes
/
SqlCover.nuspec
File metadata and controls
17 lines (17 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>SqlCover</id>
<version>$version$</version>
<title>SqlCover</title>
<authors>Ed Elliott</authors>
<owners>Ed Elliott</owners>
<licenseUrl>https://github.com/GoEddie/SQLCover/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/GoEddie/SQLCover</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Code coverage tool for SQL Server 2008+</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016-2017</copyright>
<tags>sql coverage</tags>
</metadata>
</package>