123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
- <metadata minClientVersion="2.12">
- <id>SQLitePCLRaw.bundle_green</id>
- <version>2.0.3</version>
- <title>SQLitePCLRaw.bundle_green</title>
- <authors>Eric Sink</authors>
- <owners>Eric Sink</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <license type="expression">Apache-2.0</license>
- <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
- <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>
- <summary>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</summary>
- <releaseNotes>https://ericsink.com/SQLitePCLRaw_releases.html</releaseNotes>
- <copyright>Copyright 2014-2020 SourceGear, LLC</copyright>
- <tags>sqlite;xamarin</tags>
- <repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
- <dependencies>
- <group targetFramework="Xamarin.iOS1.0">
- <dependency id="SQLitePCLRaw.core" version="2.0.3" />
- <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
- </group>
- <group targetFramework="MonoAndroid8.0">
- <dependency id="SQLitePCLRaw.core" version="2.0.3" />
- <dependency id="SQLitePCLRaw.provider.e_sqlite3" version="2.0.3" />
- <dependency id="SQLitePCLRaw.lib.e_sqlite3.android" version="2.0.3" />
- </group>
- <group targetFramework=".NETFramework4.6.1">
- <dependency id="SQLitePCLRaw.core" version="2.0.3" />
- <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
- <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
- </group>
- <group targetFramework=".NETStandard2.0">
- <dependency id="SQLitePCLRaw.core" version="2.0.3" />
- <dependency id="SQLitePCLRaw.provider.e_sqlite3" version="2.0.3" />
- <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
- </group>
- <group targetFramework=".NETCoreApp3.0">
- <dependency id="SQLitePCLRaw.core" version="2.0.3" />
- <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.3" />
- <dependency id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.3" />
- </group>
- </dependencies>
- </metadata>
- </package>
|