SQLitePCL.native.sqlite3.v140 0.9.4-pre1

This is a prerelease version of SQLitePCL.native.sqlite3.v140.

Requires NuGet 2.8.1 or higher.

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

// Install SQLitePCL.native.sqlite3.v140 as a Cake Tool
#tool nuget:?package=SQLitePCL.native.sqlite3.v140&version=0.9.4-pre1&prerelease

This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw.  To use this, you need SQLitePCL.raw as well as SQLitePCL.plugin.sqlite3.net45 or similar.

There are no supported framework assets in this 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.4-pre1 1,022 8/8/2016
0.9.2 21,122 6/17/2016
0.9.2-pre1 837 6/17/2016
0.9.1 1,213 6/10/2016
0.9.0 991 6/6/2016

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.