ServiceStack.OrmLite.MySql.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.MySql</id>
  5. <version>3.9.59</version>
  6. <title>OrmLite.MySQL - Fast, code-first, config-free Poco ORM</title>
  7. <authors>Demis Bellot, Thomas Grassauer</authors>
  8. <owners>Demis Bellot, Thomas Grassauer</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 MySQL.
  14. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in MySQL.</description>
  15. <copyright>ServiceStack 2013 and contributors</copyright>
  16. <language>en-US</language>
  17. <tags>MySql OrmLite POCO Code-First Orm Schema-less Blobs</tags>
  18. <dependencies>
  19. <dependency id="MySql.Data" />
  20. <dependency id="ServiceStack.Common" />
  21. </dependencies>
  22. </metadata>
  23. </package>