SQLitePCLRaw.bundle_zetetic by Eric Sink

<PackageReference Include="SQLitePCLRaw.bundle_zetetic" Version="2.0.2-pre20190904113843" />

 SQLitePCLRaw.bundle_zetetic 2.0.2-pre20190904113843

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: reference the official SQLCipher builds from Zetetic, which are not included in this package

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>SQLitePCLRaw.bundle_zetetic</id>
    <version>2.0.2-pre20190904113843</version>
    <title>SQLitePCLRaw.bundle_zetetic</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: reference the official SQLCipher builds from Zetetic, which are not included in this package</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-2019 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.2-pre20190904113843" />
        <dependency id="SQLitePCLRaw.provider.internal" version="2.0.2-pre20190904113843" />
      </group>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="SQLitePCLRaw.core" version="2.0.2-pre20190904113843" />
        <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.2-pre20190904113843" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SQLitePCLRaw.core" version="2.0.2-pre20190904113843" />
        <dependency id="SQLitePCLRaw.provider.sqlcipher" version="2.0.2-pre20190904113843" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="SQLitePCLRaw.core" version="2.0.2-pre20190904113843" />
        <dependency id="SQLitePCLRaw.provider.dynamic_cdecl" version="2.0.2-pre20190904113843" />
      </group>
    </dependencies>
  </metadata>
</package>