SQLitePCLRaw.lib.e_sqlite3.ios_classic.static
1.0.1
Prefix Reserved
Requires NuGet 2.8.1 or higher.
dotnet add package SQLitePCLRaw.lib.e_sqlite3.ios_classic.static --version 1.0.1
NuGet\Install-Package SQLitePCLRaw.lib.e_sqlite3.ios_classic.static -Version 1.0.1
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3.ios_classic.static" Version="1.0.1" />
paket add SQLitePCLRaw.lib.e_sqlite3.ios_classic.static --version 1.0.1
#r "nuget: SQLitePCLRaw.lib.e_sqlite3.ios_classic.static, 1.0.1"
// Install SQLitePCLRaw.lib.e_sqlite3.ios_classic.static as a Cake Addin #addin nuget:?package=SQLitePCLRaw.lib.e_sqlite3.ios_classic.static&version=1.0.1 // Install SQLitePCLRaw.lib.e_sqlite3.ios_classic.static as a Cake Tool #tool nuget:?package=SQLitePCLRaw.lib.e_sqlite3.ios_classic.static&version=1.0.1
This package contains a platform-specific native code build of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoTouch | monotouch is compatible. |
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 |
---|---|---|
1.0.1 | 1,584 | 9/20/2016 |
1.0.0 | 1,054 | 9/15/2016 |
1.0.0-pre20160912104037 | 849 | 9/12/2016 |
1.0.0-pre20160901085507 | 911 | 9/1/2016 |
1.0.1: fix problem with bundle_e_sqlite3 on iOS. fix issues with .NET Core. add bundle_sqlcipher. 1.0.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.