mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
added marr.datamapper source code for easy debugging.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user