SQLitePCL.bundle_green 0.9.2-pre1

This is a prerelease version of SQLitePCL.bundle_green.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.5 or higher.

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

// Install SQLitePCL.bundle_green as a Cake Tool
#tool nuget:?package=SQLitePCL.bundle_green&version=0.9.2-pre1&prerelease

This 'batteries-included' bundle brings in SQLitePCL.raw and the necessary plugins for certain common use cases.  Call SQLitePCL.Batteries.Init().  Policy of this bundle: iOS=system SQLite, Android/wpa81/uwp/win81=SQLite included, net45=Windows SQLite included.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wpa81 is compatible. 
Windows Store win81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SQLitePCL.bundle_green:

Package Downloads
SQLite.Net-PCL-Green

THIS PACKAGE CONTAINS CODE FROM Øystein Krog's MASTER BRANCH. DO TEST YOUR APP VERY THOROUGHLY PLEASE. YOU HAVE BEEN WARNED. This fork integrates ericsink's SQLitePCL.bundle_green library to be compatible with Android N. (ONLY works with Android and iOS) SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. This is a fork of the original sqlite-net project, which aims to cleanup/improve the code and deliver the package as PCL assemblies with some additional platform-specific implementations. This package is compatible with the following .net platforms: Xamarin.iOS (Classic), Xamarin.iOS (Unified), Xamarin.Android, Windows Phone 8.1, Windows Phone 8.0, Windows 8.1, Windows 8.0, Win32, Generic, PCL(net4+sl4+wp7+win8+monotouch+MonoAndroid)

Notakey.Xamarin.Sdk

Notakey Xamarin Sdk for Xamarin iOS and Android mobile application development

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on SQLitePCL.bundle_green:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
digimezzo/knowte-windows
Note taking
Disa-im/DisaOpenSource
A platform for Disa's unified messenger
unoplatform/Uno.SourceGeneration
A Roslyn based C# source generation framework
Version Downloads Last updated

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.