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

Prefix Reserved
This is a prerelease version of SQLitePCLRaw.provider.winsqlite3.uap10.0.

Requires NuGet 2.8.1 or higher.

dotnet add package SQLitePCLRaw.provider.winsqlite3.uap10.0 --version 1.0.0-pre20160912104037
                    
NuGet\Install-Package SQLitePCLRaw.provider.winsqlite3.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.winsqlite3.uap10.0" Version="1.0.0-pre20160912104037" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCLRaw.provider.winsqlite3.uap10.0" Version="1.0.0-pre20160912104037" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCLRaw.provider.winsqlite3.uap10.0" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLitePCLRaw.provider.winsqlite3.uap10.0 --version 1.0.0-pre20160912104037
                    
#r "nuget: SQLitePCLRaw.provider.winsqlite3.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.
#addin nuget:?package=SQLitePCLRaw.provider.winsqlite3.uap10.0&version=1.0.0-pre20160912104037&prerelease
                    
Install SQLitePCLRaw.provider.winsqlite3.uap10.0 as a Cake Addin
#tool nuget:?package=SQLitePCLRaw.provider.winsqlite3.uap10.0&version=1.0.0-pre20160912104037&prerelease
                    
Install SQLitePCLRaw.provider.winsqlite3.uap10.0 as a Cake Tool

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_winsqlite3());  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 780 9/12/2016
1.0.0-pre20160901085507 738 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.