From 9e55752dcf0536840586cc5fbba284c5b66ee4db Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 13 Jan 2022 10:34:55 +0100 Subject: [PATCH] docs(chore): standardize on the naming of the .NET sdk. --- README.md | 4 ++-- website/docs/sdks/dot_net.md | 4 ++-- website/docs/sdks/index.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 877f81d96fb..d90ce66765b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Build & Tests](https://github.com/Unleash/unleash/workflows/Build%20%26%20Tests/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=master&)](https://coveralls.io/github/Unleash/unleash?branch=master) [![npm](https://img.shields.io/npm/v/unleash-server)](https://www.npmjs.com/package/unleash-server) [![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-server)](https://hub.docker.com/r/unleashorg/unleash-server) [![Deploy to Heroku](./.github/deploy-heroku-20.png)](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [![Deploy to DigitalOcean](./.github/deploy-digital.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Unleash/unleash/tree/master&refcode=0e1d75187044) [![Twitter Follow](https://img.shields.io/twitter/follow/getunleash)](https://twitter.com/intent/follow?screen_name=getunleash) - + @@ -59,7 +59,7 @@ In order to connect your application to Unleash you need to use a client SDK for - [Go SDK](https://docs.getunleash.io/sdks/go_sdk) - [Ruby SDK](https://docs.getunleash.io/sdks/ruby_sdk) - [Python SDK](https://docs.getunleash.io/sdks/python_sdk) -- [.Net SDK](https://docs.getunleash.io/sdks/dot_net_sdk) +- [.NET SDK](https://docs.getunleash.io/sdks/dot_net_sdk) - [PHP SDK](https://docs.getunleash.io/sdks/php_sdk) **Official Frontend SDKs:** diff --git a/website/docs/sdks/dot_net.md b/website/docs/sdks/dot_net.md index bfaf770d9cf..cb9c6e85115 100644 --- a/website/docs/sdks/dot_net.md +++ b/website/docs/sdks/dot_net.md @@ -1,6 +1,6 @@ --- id: dot_net_sdk -title: .net SDK +title: .NET SDK --- In this guide we explain how to use feature toggles in a .NET application using Unleash-hosted. We will be using the open source Unleash [.net Client SDK](https://github.com/Unleash/unleash-client-dotnet). @@ -9,7 +9,7 @@ In this guide we explain how to use feature toggles in a .NET application using ## Step 1: Install client SDK {#step-1-install-client-sdk} -First we must add Unleash Client SDK as a dependency to your project. Below is an example of how you would add it via the .Net cli. Please see [NuGet](https://www.nuget.org/packages/Unleash.Client/) for other alternatives. +First we must add Unleash Client SDK as a dependency to your project. Below is an example of how you would add it via the .NET cli. Please see [NuGet](https://www.nuget.org/packages/Unleash.Client/) for other alternatives. ```sh dotnet add package unleash.client diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index 0b19dd55e89..e4ab47e8c56 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -49,7 +49,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re ::: -| Capability | [Java](/sdks/java_sdk) | [Node.js](/sdks/node_sdk) | [Go](/sdks/go_sdk) | [Python](/sdks/python_sdk) | [Ruby](/sdks/ruby_sdk) | [.Net](/sdks/dot_net_sdk) | [PHP](/sdks/php_sdk) | [Unleash Proxy Server](unleash-proxy.md) | +| Capability | [Java](/sdks/java_sdk) | [Node.js](/sdks/node_sdk) | [Go](/sdks/go_sdk) | [Python](/sdks/python_sdk) | [Ruby](/sdks/ruby_sdk) | [.NET](/sdks/dot_net_sdk) | [PHP](/sdks/php_sdk) | [Unleash Proxy Server](unleash-proxy.md) | |---------------------------------------------------------------------------------------------------|:----------------------:|:-------------------------:|:------------------:|:--------------------------:|:----------------------:|:-------------------------:|:--------------------:|:----------------------------------------:| | **Category: Initialization** | | | | | | | | | | Async initialization | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | N/A |