/PetaPoco/PetaPoco.nuspec
http://github.com/toptensoftware/PetaPoco · nuspec · 29 lines · 28 code · 1 blank · 0 comment · 0 complexity · 0b0200639f505fc34af600aa50b0e05b MD5 · raw file
- <?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>PetaPoco</id>
- <title>PetaPoco - A tiny ORMish thing for your POCOs (Core + T4 Templates)</title>
- <version>4.0.3</version>
- <authors>Topten Software</authors>
- <owners>Topten Software</owners>
- <licenseUrl>http://www.toptensoftware.com/petapoco/license</licenseUrl>
- <projectUrl>http://www.toptensoftware.com/petapoco/</projectUrl>
- <iconUrl>http://www.toptensoftware.com/petapoco/nuget_icon.png</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>
- PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics.
- This package includes the core PetaPoco library + T4 templates to generate POCO classes from your database
- </description>
- <tags>ORM POCO MVC MVC2 MVC3 ASP.NET WebForms WebMatrix MySQL Database</tags>
- <frameworkAssemblies>
- <frameworkAssembly assemblyName="System.Data" />
- <frameworkAssembly assemblyName="System.Configuration" />
- </frameworkAssemblies>
- </metadata>
- <files>
- <file src="PetaPoco.cs" target="Content\Models" />
- <file src="Models\Generated\*.tt" target="Content\Models\Generated" />
- <file src="Models\Generated\PetaPoco*" target="Content\Models\Generated" />
- </files>
- </package>