SQLitePCL.plugin.sqlcipher.android 0.9.3

There is a newer prerelease version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package SQLitePCL.plugin.sqlcipher.android --version 0.9.3
NuGet\Install-Package SQLitePCL.plugin.sqlcipher.android -Version 0.9.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLitePCL.plugin.sqlcipher.android" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCL.plugin.sqlcipher.android --version 0.9.3
#r "nuget: SQLitePCL.plugin.sqlcipher.android, 0.9.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SQLitePCL.plugin.sqlcipher.android as a Cake Addin
#addin nuget:?package=SQLitePCL.plugin.sqlcipher.android&version=0.9.3

// Install SQLitePCL.plugin.sqlcipher.android as a Cake Tool
#tool nuget:?package=SQLitePCL.plugin.sqlcipher.android&version=0.9.3

A SQLitePCL.raw plugin can be used to instruct SQLitePCL.raw to reference a different implementation of the native SQLite library than it normally would use.  Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_sqlcipher());

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SQLitePCL.plugin.sqlcipher.android:

Package Downloads
Couchbase.Lite.Storage.SQLCipher The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A storage engine provider for Couchbase Lite .NET that utilizies SQLCipher to gain encryption features.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.4-pre1 2,316 8/8/2016
0.9.3 3,201 7/28/2016
0.9.2 1,163 6/17/2016
0.9.2-pre1 812 6/17/2016
0.9.1 2,026 6/10/2016
0.9.0 970 6/6/2016
0.9.0-pre8 791 5/9/2016
0.9.0-pre7 834 4/18/2016
0.9.0-pre6 811 4/11/2016
0.9.0-pre5 1,063 3/21/2016

Fix problems with Windows Phone Silverlight.  NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes.  The main package (SQLitePCL.raw) no longer has native code embedded in it.  For situations where you do not want to use the default SQLite for your platform, add one of the SQLitePCL.plugin.* packages.  See the SQLitePCL.raw page on GitHub for more info.