Couchbase.Lite 1.0.4.1

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

// Install Couchbase.Lite as a Cake Tool
#tool nuget:?package=Couchbase.Lite&version=1.0.4.1

A lightweight, document-oriented (NoSQL), syncable database engine for .NET

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. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Couchbase.Lite:

Repository Stars
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
Version Downloads Last updated
1.0.4.1 901 1/20/2015
1.0.0 531 10/9/2014
0.9.7.1 368 10/3/2014
0.9.7 75 10/3/2014
0.9.6 73 10/2/2014
0.9.5 102 9/23/2014
0.9.5-pre9 67 9/22/2014
0.9.5-pre8 59 9/21/2014
0.9.5-pre7 65 9/20/2014
0.9.5-pre6 59 9/20/2014
0.9.5-pre5 57 9/20/2014
0.9.5-pre4 55 9/20/2014
0.9.5-pre3 74 9/19/2014
0.9.5-pre2 62 9/16/2014
0.9.5-pre10 58 9/22/2014
0.9.5-pre 74 9/11/2014

Fixes:

     Implements the Unified API for Xamarin.iOS.
     Xamarin component now uses Nuget for managing dependencies.
     Disables TLS fallback to SSL3 (POODLE)
     Fixed BulkDownloader deadlock in a windows systems without Xamarin.
     Unknown unhandled exception thrown during Update call to storage engine.
     Fixed NRE in bulk downloader.
     Slower than expected performance on Windows
     Manager static ctor crashes on Azure
     Update document without re-sending attachments
     Fixes list item entry problem in Android sample on Nexus 5/Lollipop.