15 lines
666 B
Plaintext
15 lines
666 B
Plaintext
|
|
<?xml version="1.0"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>Simple.Data.Core</id>
|
||
|
|
<version>0.19.0.0</version>
|
||
|
|
<authors>Mark Rendle</authors>
|
||
|
|
<owners>Mark Rendle</owners>
|
||
|
|
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
|
||
|
|
<projectUrl>http://github.com/markrendle/Simple.Data</projectUrl>
|
||
|
|
<iconUrl>http://simplefx.org/images/simpledata100x100.png</iconUrl>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<description>A Simple, Dynamic data access library.</description>
|
||
|
|
<tags>sql database data ado .net40</tags>
|
||
|
|
</metadata>
|
||
|
|
</package>
|