SQLitePCLRaw.provider.e_sqlcipher by Eric Sink

<PackageReference Include="SQLitePCLRaw.provider.e_sqlcipher" Version="2.0.5-pre20210824155535" />

 SQLitePCLRaw.provider.e_sqlcipher 2.0.5-pre20210824155535

SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlcipher', the unofficial SQLCipher builds provided with SQLitePCLRaw.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>SQLitePCLRaw.provider.e_sqlcipher</id>
    <version>2.0.5-pre20210824155535</version>
    <title>SQLitePCLRaw.provider.e_sqlcipher</title>
    <authors>Eric Sink</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <description>SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite.  Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library.  This provider does DllImport of 'e_sqlcipher', the unofficial SQLCipher builds provided with SQLitePCLRaw.</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-2021 SourceGear, LLC</copyright>
    <tags>sqlite;xamarin</tags>
    <repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
    <dependencies>
      <dependency id="SQLitePCLRaw.core" version="2.0.5-pre20210824155535" />
    </dependencies>
  </metadata>
</package>