forked from ThatRendle/Simple.Data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple.Data.Core.nuspec
More file actions
19 lines (19 loc) · 842 Bytes
/
Simple.Data.Core.nuspec
File metadata and controls
19 lines (19 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0'?>
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>Simple.Data.Core</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>
</metadata>
<files>
<file src='src\Simple.Data\bin\Debug\Simple.Data.dll' target='lib\net45' />
<file src='src\Simple.Data\bin\Debug\Simple.Data.pdb' target='lib\net45' />
</files>
</package>