forked from ThatRendle/Simple.Data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple.Data.SqlServer.nuspec
More file actions
22 lines (22 loc) · 996 Bytes
/
Simple.Data.SqlServer.nuspec
File metadata and controls
22 lines (22 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0'?>
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>Simple.Data.SqlServer</id>
<version>2.0.0-alpha1</version>
<authors>Mark Rendle and contributors</authors>
<owners>Mark Rendle</owners>
<copyright>Mark Rendle</copyright>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>http://github.com/markrendle/Simple.Data</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple data access for .NET 4.5 and above</description>
<tags>simple.data</tags>
<dependencies>
<dependency id='Simple.Data.Ado' version='[2.0.0-alpha1]' />
</dependencies>
</metadata>
<files>
<file src='src\Simple.Data.SqlServer\bin\Debug\Simple.Data.SqlServer.dll' target='lib\net45' />
<file src='src\Simple.Data.SqlServer\bin\Debug\Simple.Data.SqlServer.pdb' target='lib\net45' />
</files>
</package>