ServiceStack.OrmLite.PostgreSQL.3.9.59.nuspec 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ServiceStack.OrmLite.PostgreSQL</id>
  5. <version>3.9.59</version>
  6. <title>OrmLite.PostgreSQL - Fast, code-first, config-free Poco ORM</title>
  7. <authors>Demis Bellot, Tomasz Kubacki</authors>
  8. <owners>Demis Bellot, Tomasz Kubacki</owners>
  9. <licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
  11. <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>Light, simple and fast convention-based code-first POCO ORM for PostgreSQL.
  14. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Postgres.</description>
  15. <copyright>ServiceStack 2013 and contributors</copyright>
  16. <language>en-US</language>
  17. <tags>PostgreSQL Postgres OrmLite POCO Code-First Orm Schema-less Blobs</tags>
  18. <dependencies>
  19. <dependency id="Npgsql" />
  20. <dependency id="ServiceStack.Common" />
  21. </dependencies>
  22. </metadata>
  23. </package>