/PetaPoco/PetaPoco.nuspec

http://github.com/toptensoftware/PetaPoco · nuspec · 29 lines · 28 code · 1 blank · 0 comment · 0 complexity · 0b0200639f505fc34af600aa50b0e05b MD5 · raw file

  1. <?xml version="1.0"?>
  2. <package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  4. <id>PetaPoco</id>
  5. <title>PetaPoco - A tiny ORMish thing for your POCOs (Core + T4 Templates)</title>
  6. <version>4.0.3</version>
  7. <authors>Topten Software</authors>
  8. <owners>Topten Software</owners>
  9. <licenseUrl>http://www.toptensoftware.com/petapoco/license</licenseUrl>
  10. <projectUrl>http://www.toptensoftware.com/petapoco/</projectUrl>
  11. <iconUrl>http://www.toptensoftware.com/petapoco/nuget_icon.png</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>
  14. PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics.
  15. This package includes the core PetaPoco library + T4 templates to generate POCO classes from your database
  16. </description>
  17. <tags>ORM POCO MVC MVC2 MVC3 ASP.NET WebForms WebMatrix MySQL Database</tags>
  18. <frameworkAssemblies>
  19. <frameworkAssembly assemblyName="System.Data" />
  20. <frameworkAssembly assemblyName="System.Configuration" />
  21. </frameworkAssemblies>
  22. </metadata>
  23. <files>
  24. <file src="PetaPoco.cs" target="Content\Models" />
  25. <file src="Models\Generated\*.tt" target="Content\Models\Generated" />
  26. <file src="Models\Generated\PetaPoco*" target="Content\Models\Generated" />
  27. </files>
  28. </package>