SQLitePCLRaw.provider.e_sqlite3.uap10.0 1.0.0-pre20160912104037

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of SQLitePCLRaw.provider.e_sqlite3.uap10.0.

Requires NuGet 2.8.1 or higher.

dotnet add package SQLitePCLRaw.provider.e_sqlite3.uap10.0 --version 1.0.0-pre20160912104037
NuGet\Install-Package SQLitePCLRaw.provider.e_sqlite3.uap10.0 -Version 1.0.0-pre20160912104037
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="SQLitePCLRaw.provider.e_sqlite3.uap10.0" Version="1.0.0-pre20160912104037" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCLRaw.provider.e_sqlite3.uap10.0 --version 1.0.0-pre20160912104037
#r "nuget: SQLitePCLRaw.provider.e_sqlite3.uap10.0, 1.0.0-pre20160912104037"
#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 SQLitePCLRaw.provider.e_sqlite3.uap10.0 as a Cake Addin
#addin nuget:?package=SQLitePCLRaw.provider.e_sqlite3.uap10.0&version=1.0.0-pre20160912104037&prerelease

// Install SQLitePCLRaw.provider.e_sqlite3.uap10.0 as a Cake Tool
#tool nuget:?package=SQLitePCLRaw.provider.e_sqlite3.uap10.0&version=1.0.0-pre20160912104037&prerelease

A SQLitePCLRaw provider bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library.  Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3());  Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.0-pre20160912104037 774 9/12/2016
1.0.0-pre20160901085507 736 9/1/2016

1.0 release.  Contains minor breaking changes since 0.9.x.  All package names now begin with SQLitePCLRaw.  Now supports netstandard.  Fixes for UWP and Android N.  Change all unit tests to xunit.  Support for winsqlite3.dll and custom SQLite builds.