Install the SDK

    How to install the .NET Analytics SDK from NuGet.

    Getting the SDK

    Couchbase publishes all stable artifacts to NuGet.

    Install using your preferred method:

    .NET CLI

    dotnet add package Couchbase.AnalyticsClient --version 1.0.1

    Add to .csproj

    <ItemGroup>
      <PackageReference Include="Couchbase.AnalyticsClient" Version="1.0.1" />
    </ItemGroup>