21 lines
904 B
XML
21 lines
904 B
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<id>MarrDataMapper</id>
|
|
<version>
|
|
3.17.4747.34302
|
|
</version>
|
|
<authors>Jordan Marr</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Marr Data Mapper is a Linq enabled ORM that allows you to project views into complex object graphs. Contributors: Rick Schott, vitidev.</description>
|
|
<language>en-US</language>
|
|
<projectUrl>http://marrdatamapper.codeplex.com/</projectUrl>
|
|
<licenseUrl>http://marrdatamapper.codeplex.com/license</licenseUrl>
|
|
<tags>ORM data mapper fluent linq sql relational database DAL entity</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\Release\*.dll" target="lib" />
|
|
</files>
|
|
</package>
|
|
|