/PetaPoco/PetaPoco.Core.nuspec
http://github.com/toptensoftware/PetaPoco · nuspec · 28 lines · 26 code · 2 blank · 0 comment · 0 complexity · 3e47872d8fd3413eb4b9b1ef51fba028 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.Core</id>
- <title>PetaPoco.Core - A tiny ORMish thing for your POCOs (Core Only)</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 just the core PetaPoco library (ie: no T4 templates)
- </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" />
- </files>
- </package>