SQLitePCL.plugin.sqlite3.wpa81.v120_wp81 0.9.0-pre8

This is a prerelease version of SQLitePCL.plugin.sqlite3.wpa81.v120_wp81.

Requires NuGet 2.8.1 or higher.

dotnet add package SQLitePCL.plugin.sqlite3.wpa81.v120_wp81 --version 0.9.0-pre8
NuGet\Install-Package SQLitePCL.plugin.sqlite3.wpa81.v120_wp81 -Version 0.9.0-pre8
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.sqlite3.wpa81.v120_wp81" Version="0.9.0-pre8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCL.plugin.sqlite3.wpa81.v120_wp81 --version 0.9.0-pre8
#r "nuget: SQLitePCL.plugin.sqlite3.wpa81.v120_wp81, 0.9.0-pre8"
#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.sqlite3.wpa81.v120_wp81 as a Cake Addin
#addin nuget:?package=SQLitePCL.plugin.sqlite3.wpa81.v120_wp81&version=0.9.0-pre8&prerelease

// Install SQLitePCL.plugin.sqlite3.wpa81.v120_wp81 as a Cake Tool
#tool nuget:?package=SQLitePCL.plugin.sqlite3.wpa81.v120_wp81&version=0.9.0-pre8&prerelease

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 SQLite3Plugin.Init().

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0-pre8 847 5/9/2016
0.9.0-pre7 785 4/18/2016
0.9.0-pre6 776 4/11/2016
0.9.0-pre5 835 3/21/2016

Major restructuring of the NuGet packages.  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.  In some cases, upgrading from previous versions will require changes.  See the SQLitePCL.raw page on GitHub for more info.