diff --git a/sdks.mdx b/sdks.mdx index 223a2fe..b3dd0d1 100644 --- a/sdks.mdx +++ b/sdks.mdx @@ -82,6 +82,14 @@ cargo test --all-features +## Install the .NET SDK + +The [`heyrafiki` NuGet package](https://www.nuget.org/packages/heyrafiki/0.1.0-beta.1) is available as `0.1.0-beta.1`. + +```bash +dotnet add package heyrafiki --version 0.1.0-beta.1 +``` + ## Make the first request