From d9622c1265d2a2ca5aae754399cad592eafc367f Mon Sep 17 00:00:00 2001 From: Moenga Daniel Date: Sat, 15 Aug 2026 10:26:27 +0300 Subject: [PATCH] Document NuGet SDK installation --- sdks.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) 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