From 441358aa70ed6ea9977a4c5934c8e35b3f7ff060 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:32:44 -0400 Subject: [PATCH] chore: add csharp client sdk to docs (#285) Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- integration/client.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integration/client.mdx b/integration/client.mdx index b1803d3..405cbd0 100644 --- a/integration/client.mdx +++ b/integration/client.mdx @@ -79,6 +79,14 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in > Evaluate flags client-side in your Dart/Flutter applications </Card> + <Card + href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-csharp" + title="C#" + icon="microsoft" + color="#4c8abe" + > + Evaluate flags client-side in your C# applications + </Card> <Card href="https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml" title="Request a Client"