ServiceStack.OrmLite.SqlServer.3.9.59.nuspec 1.2 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ServiceStack.OrmLite.SqlServer</id>
  5. <version>3.9.59</version>
  6. <title>OrmLite.SqlServer - Fast, code-first, config-free Poco ORM</title>
  7. <authors>Demis Bellot</authors>
  8. <owners>Demis Bellot</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 Sql Server.
  14. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.</description>
  15. <copyright>ServiceStack 2013 and contributors</copyright>
  16. <language>en-US</language>
  17. <tags>SQLServer SQL Server OrmLite POCO Code-First Orm Schema-less Blobs</tags>
  18. <dependencies>
  19. <dependency id="ServiceStack.Common" />
  20. </dependencies>
  21. </metadata>
  22. </package>