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.
<PackageVersion Include="Couchbase.Lite" Version="1.0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Couchbase.Lite" />
                    
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 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.
#:package Couchbase.Lite@1.0.4.1
                    
#: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=Couchbase.Lite&version=1.0.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Couchbase.Lite&version=1.0.4.1
                    
Install as a Cake Tool

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.  net9.0-android was computed.  net10.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 902 1/20/2015
1.0.0 532 10/9/2014
0.9.7.1 368 10/3/2014
0.9.7 76 10/3/2014
0.9.6 75 10/2/2014
0.9.5 103 9/23/2014
0.9.5-pre9 68 9/22/2014
0.9.5-pre8 61 9/21/2014
0.9.5-pre7 67 9/20/2014
0.9.5-pre6 60 9/20/2014
0.9.5-pre5 59 9/20/2014
0.9.5-pre4 57 9/20/2014
0.9.5-pre3 75 9/19/2014
0.9.5-pre2 63 9/16/2014
0.9.5-pre10 60 9/22/2014
0.9.5-pre 76 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.