diff --git a/docs/client-sdk.md b/docs/client-sdk.md index 9c3a72a0bd..55df20b2e2 100644 --- a/docs/client-sdk.md +++ b/docs/client-sdk.md @@ -3,7 +3,7 @@ id: client_sdk title: Client SDK --- -To use Unleash in your application, you will need an Unleash Client SDK. Unleash has official client SDKs for Java, Node.js, Go, Ruby, and Python. We will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application. +To use Unleash in your application, you will need an Unleash Client SDK. Unleash has official client SDKs for Java, Node.js, Go, Ruby, Python and .Net. We will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application. ### Official client SDKs: @@ -12,11 +12,10 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash - [unleash/unleash-client-go](https://github.com/unleash/unleash-client-go) - [unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby) - [unleash/unleash-client-python](https://github.com/Unleash/unleash-client-python) +- [unleash/unleash-client-core](https://github.com/Unleash/unleash-client-core) (.Net Core) ### Clients written by awesome enthusiasts: -- [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core) -- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core) - [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3) - [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) - _...your implementation for your favorite language._ diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 7df4f47466..ada940525b 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -113,7 +113,7 @@ const FeatureCallout = () => (
Unleash is a feature toggle system, that gives you a great overview of all feature toggles across - all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby and Python. + all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .Net.
The main motivation for doing feature toggling is to decouple the process for deploying code to production @@ -127,7 +127,7 @@ const UnleashClient = () => (
- Unleash has official SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application. + Unleash has official SDK's for Java, Node.js, Go, Ruby, Python and .Net. And we will be happy to add implementations in other languages written by you! These libraries make it very easy to use Unleash in your application.