From 5173edc99182feb281e7ef8187610cc76bc3e8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 30 Oct 2020 09:51:13 +0100 Subject: [PATCH] fix: update list of SDKs supporting variants --- docs/feature-toggle-variants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/feature-toggle-variants.md b/docs/feature-toggle-variants.md index a94ac13a0d..1022b54661 100644 --- a/docs/feature-toggle-variants.md +++ b/docs/feature-toggle-variants.md @@ -47,5 +47,6 @@ To make use of toggle variants, you need to use a compatible client. Client SDK - [unleash-client-java](https://github.com/Unleash/unleash-client-java) (from v3.2.0) - [unleash-client-ruby](https://github.com/Unleash/unleash-client-ruby) (from v0.1.6) - [unleash-client-python](https://github.com/Unleash/unleash-client-python) (from v3.3.0) +- [unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet) (from v1.3.6) If you would like to give feedback on this feature, experience issues or have questions, please feel free to open an issue on [GitHub](https://github.com/Unleash/unleash/).