Download and API Reference
The Couchbase .NET SDK is available as a downloadable .zip file of binaries or as a package through NuGet.
Current release
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
- 2.1.4 GA CURRENT - Download | API Reference
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 2.1.0
- 2.1.3 GA - Download | API Reference
- 2.1.2 GA - Download | API Reference
- 2.1.1 GA - Download | API Reference
- 2.1.0 GA - Download | API Reference
- 2.0.3 GA - Download | API Reference
- 2.0.2 GA - Download | API Reference
- 2.0.1 GA - Download | API Reference
- 2.0.0 GA - Download | API Reference