sqlitepclraw.bundle_green.nuspec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata minClientVersion="2.12">
  4. <id>SQLitePCLRaw.bundle_green</id>
  5. <version>2.0.3</version>
  6. <title>SQLitePCLRaw.bundle_green</title>
  7. <authors>Eric Sink</authors>
  8. <owners>Eric Sink</owners>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <license type="expression">Apache-2.0</license>
  11. <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
  12. <description>This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.</description>
  13. <summary>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</summary>
  14. <releaseNotes>https://ericsink.com/SQLitePCLRaw_releases.html</releaseNotes>
  15. <copyright>Copyright 2014-2020 SourceGear, LLC</copyright>
  16. <tags>sqlite;xamarin</tags>
  17. <repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
  18. <dependencies>
  19. <group targetFramework="Xamarin.iOS1.0">
  20. <dependency id="SQLitePCLRaw.core" version="2.0.3" />
  21. <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
  22. </group>
  23. <group targetFramework="MonoAndroid8.0">
  24. <dependency id="SQLitePCLRaw.core" version="2.0.3" />
  25. <dependency id="SQLitePCLRaw.provider.e_sqlite3" version="2.0.3" />
  26. <dependency id="SQLitePCLRaw.lib.e_sqlite3.android" version="2.0.3" />
  27. </group>
  28. <group targetFramework=".NETFramework4.6.1">
  29. <dependency id="SQLitePCLRaw.core" version="2.0.3" />
  30. <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
  31. <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
  32. </group>
  33. <group targetFramework=".NETStandard2.0">
  34. <dependency id="SQLitePCLRaw.core" version="2.0.3" />
  35. <dependency id="SQLitePCLRaw.provider.e_sqlite3" version="2.0.3" />
  36. <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
  37. </group>
  38. <group targetFramework=".NETCoreApp3.0">
  39. <dependency id="SQLitePCLRaw.core" version="2.0.3" />
  40. <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
  41. <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
  42. </group>
  43. </dependencies>
  44. </metadata>
  45. </package>