System.Data.SQLite.x86.1.0.88.0.nuspec 913 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>System.Data.SQLite.x86</id>
  5. <version>1.0.88.0</version>
  6. <title>System.Data.SQLite.x86</title>
  7. <authors>SQLite Development Team</authors>
  8. <owners>SQLite Development Team</owners>
  9. <licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
  10. <projectUrl>http://system.data.sqlite.org/</projectUrl>
  11. <iconUrl>http://system.data.sqlite.org/images/sqlite32.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86.</description>
  14. <releaseNotes />
  15. <copyright>Public Domain</copyright>
  16. <language>en-US</language>
  17. <tags>sqlite database ado.net provider interop</tags>
  18. </metadata>
  19. </package>