Download and API Reference

The Couchbase .NET SDK is available as a downloadable zip of binaries, or as a package through NuGet.

Current Release (2.0.0)

The simplest method to get up and running with the .NET SDK is to use the well-known NuGet package manager. To install the SDK and all its related dependencies, enter the following command into your Package Manager Console:

Install-Package CouchbaseNetClient

Previous Releases

If you want to install an older version of the SDK, you can do so by including the version you want to install as part of the Install-Package command:

Install-Package CouchbaseNetClient -Version 1.3.9

Archive Downloads