SQLitePCL.plugin.sqlite3.android 0.9.0-pre7

This is a prerelease version of SQLitePCL.plugin.sqlite3.android.
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.8.1 or higher.

dotnet add package SQLitePCL.plugin.sqlite3.android --version 0.9.0-pre7
                    
NuGet\Install-Package SQLitePCL.plugin.sqlite3.android -Version 0.9.0-pre7
                    
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.plugin.sqlite3.android" Version="0.9.0-pre7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCL.plugin.sqlite3.android" Version="0.9.0-pre7" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCL.plugin.sqlite3.android" />
                    
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 SQLitePCL.plugin.sqlite3.android --version 0.9.0-pre7
                    
#r "nuget: SQLitePCL.plugin.sqlite3.android, 0.9.0-pre7"
                    
#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.
#:package SQLitePCL.plugin.sqlite3.android@0.9.0-pre7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLitePCL.plugin.sqlite3.android&version=0.9.0-pre7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SQLitePCL.plugin.sqlite3.android&version=0.9.0-pre7&prerelease
                    
Install as a Cake Tool

Install this package in your app project and call SQLite3Plugin.Init()

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed.  net10.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SQLitePCL.plugin.sqlite3.android:

Package Downloads
Notakey.Xamarin.Sdk

Notakey Xamarin Sdk for Xamarin iOS and Android mobile application development

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated

Major restructuring of the NuGet packages.  Main package (SQLitePCL.raw) no longer has any 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.