SQLitePCLRaw.lib.e_sqlite3.ios_unified.static by Eric Sink, D. Richard Hipp, et al

<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.ios_unified.static" Version="1.1.4" />

.NET API 6,705,152 bytes

 SQLitePCLRaw.lib.e_sqlite3.ios_unified.static 1.1.4

This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.

<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.8.1">
    <id>SQLitePCLRaw.lib.e_sqlite3.ios_unified.static</id>
    <version>1.1.4</version>
    <title>SQLitePCLRaw.lib.e_sqlite3.ios_unified.static</title>
    <authors>Eric Sink, D. Richard Hipp, et al</authors>
    <owners>Eric Sink</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.github.com/ericsink/SQLitePCL.raw/master/LICENSE.TXT</licenseUrl>
    <projectUrl>https://github.com/ericsink/SQLitePCL.raw</projectUrl>
    <description>This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw.  To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar.  Convenience packages are named SQLitePCLRaw.bundle_*.</description>
    <summary>A Portable Class Library (PCL) for low-level (raw) access to SQLite</summary>
    <releaseNotes>1.1.4:  tweak use of nuget .targets files for compat with .NET Core.  1.1.3:  add SQLITE_CHECKPOINT_TRUNCATE symbol definition.  add new blob overloads to enable better performance in certain cases.  chg winsqlite3 to use StdCall.  fix targets files for better compat with VS 2017 nuget pack.  add 32-bit linux build for e_sqlite3.  update to latest libcrypto builds from couchbase folks.  1.1.2:  ability to FreezeProvider().  update e_sqlite3 builds to 3.16.1.  1.1.1:  add support for config_log.  update e_sqlite3 builds to 3.15.2.  fix possible memory corruption when using prepare_v2() with multiple statements.  better errmsg from ugly.step().  add win8 dep groups in bundles.  fix batteries_v2.Init() to be 'last call wins' like the v1 version is.  chg raw.SetProvider() to avoid calling sqlite3_initialize() so that sqlite3_config() can be used.  better support for Xamarin.Mac.  1.1.0:  fix problem with winsqlite3 on UWP.  remove iOS Classic support.  add sqlite3_enable_load_extension.  add sqlite3_config/initialize/shutdown.  add Batteries_V2.Init().  1.0.1:  fix problem with bundle_e_sqlite3 on iOS.  fix issues with .NET Core.  add bundle_sqlcipher.  1.0.0 release:  Contains minor breaking changes since 0.9.x.  All package names now begin with SQLitePCLRaw.  Now supports netstandard.  Fixes for UWP and Android N.  Change all unit tests to xunit.  Support for winsqlite3.dll and custom SQLite builds.</releaseNotes>
    <copyright>Copyright 2014-2016 Zumero, LLC</copyright>
    <tags>sqlite xamarin</tags>
  </metadata>
</package>