Couchbase.Lite.Listener 1.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Couchbase.Lite.Listener --version 1.3.0
NuGet\Install-Package Couchbase.Lite.Listener -Version 1.3.0
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.Listener" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Couchbase.Lite.Listener --version 1.3.0
#r "nuget: Couchbase.Lite.Listener, 1.3.0"
#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.Listener as a Cake Addin
#addin nuget:?package=Couchbase.Lite.Listener&version=1.3.0

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

Provides Couchbase Lite with a self-hosted REST API.

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 net35 is compatible.  net40 was computed.  net403 was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Couchbase.Lite.Listener:

Package Downloads
Couchbase.Lite.Listener.Bonjour The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Enables Bonjour/DNS-SD Discovery for Peer-to-Peer Couchbase Lite applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.4 1,344 10/17/2018
1.4.1 18,630 11/15/2017
1.4.0 1,514 3/6/2017
1.3.1 1,561 9/13/2016
1.3.0 1,598 8/4/2016
1.2.1.1 1,775 4/26/2016
1.2.1 1,765 4/26/2016
1.2.0.3 1,469 2/9/2016
1.2.0 1,434 2/4/2016
1.1.2 1,757 10/2/2015
1.1.1 1,451 9/5/2015
1.1.0 1,530 6/18/2015
1.1.0-pre 1,055 5/12/2015

This is a feature release, with a focus on performance. Noteworthy changes:

- Support for OpenID Connect authentication, so you can log into Sync Gateway using a 3rd-party identity like a Google or Yahoo ID.
- Timed expiration of documents can help keep your database from growing indefinitely.
- Better performance with docs that have many revisions. Replication is faster, and older revisions are now automatically cleaned up in SQLite storage.
- Clearer error messages and better logging, including customizable domains and app.config support
- And of course many smaller optimizations, and lots of bug fixes.

For full details please see https://github.com/couchbase/couchbase-lite-net/releases/tag/1.3-pre1