SQLitePCL.tests
0.8.0
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package SQLitePCL.tests --version 0.8.0
NuGet\Install-Package SQLitePCL.tests -Version 0.8.0
<PackageReference Include="SQLitePCL.tests" Version="0.8.0" />
paket add SQLitePCL.tests --version 0.8.0
#r "nuget: SQLitePCL.tests, 0.8.0"
// Install SQLitePCL.tests as a Cake Addin #addin nuget:?package=SQLitePCL.tests&version=0.8.0 // Install SQLitePCL.tests as a Cake Tool #tool nuget:?package=SQLitePCL.tests&version=0.8.0
Create a new unit test project. Add this NuGetPackage. Build.
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 |
---|---|---|
0.8.5-pre2 | 968 | 12/28/2015 |
0.8.5-pre1 | 1,220 | 11/30/2015 |
0.8.3 | 1,219 | 11/23/2015 |
0.8.3-pre1 | 916 | 11/5/2015 |
0.8.2 | 1,137 | 8/24/2015 |
0.8.1 | 1,289 | 7/16/2015 |
0.8.1-pre2 | 907 | 7/10/2015 |
0.8.1-pre1 | 894 | 7/9/2015 |
0.8.0 | 1,227 | 4/10/2015 |
0.8.0-pre3 | 916 | 4/2/2015 |
0.8.0-pre2 | 932 | 4/2/2015 |
0.8.0-pre1 | 876 | 3/16/2015 |
0.7.2-pre1 | 931 | 1/29/2015 |
0.7.1 | 1,410 | 1/19/2015 |
0.7.0 | 1,505 | 12/15/2014 |
0.6.4-pre1 | 1,453 | 11/3/2014 |
0.6.2 | 1,269 | 9/25/2014 |
0.6.1 | 1,127 | 9/22/2014 |
0.6.0 | 1,127 | 9/16/2014 |
0.5.0 | 1,164 | 7/25/2014 |
0.4.0-alpha | 925 | 6/30/2014 |
0.3.0-alpha | 929 | 6/11/2014 |
0.2.0-alpha | 940 | 6/4/2014 |
Fix several problems with hook functions and multiple SQLite connections and threads. Add support for .NET 4.0. Added msbuild-controlled option to use a bundled SQLite3 library for non-Windows platforms. Started transition toward removing _basic from the nuget pkg id, resulting in one version of the SQLitePCL.raw pkg to cover all use cases.