From c0d6d51e84ecd707ee636842c69d43d58d57f4cc Mon Sep 17 00:00:00 2001 From: Thomas Skardal Date: Thu, 2 Jan 2020 17:49:24 +0100 Subject: [PATCH] chore: Add .NET Core to top sentence about supported platforms (#538) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed that this is listed further down the README under supported client SDKs. I also changed the casing of .Net to .NET which is how it is written by `dotnet --info` so I guess that's the official way 😄 ``` $ dotnet --info .NET Core SDK (reflecting any global.json): Version: 3.0.100 Commit: 04339c3a26 ``` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a3c8ed485..9f97d022b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/Unleash/unleash.svg?branch=master)](https://travis-ci.org/Unleash/unleash) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=master)](https://coveralls.io/github/Unleash/unleash?branch=master) [![Dependency Status](https://david-dm.org/Unleash/unleash.svg)](https://david-dm.org/Unleash/unleash) [![devDependency Status](https://david-dm.org/Unleash/unleash/dev-status.svg)](https://david-dm.org/Unleash/unleash?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/Unleash/unleash.svg)](https://greenkeeper.io/) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) -Unleash is a feature toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby and Python. +Unleash is a feature toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .NET Core. The main motivation for doing feature toggling is to decouple the process for deploying code to production and releasing new features. This helps reducing risk, and allow us to easily manage which features to enable @@ -38,7 +38,7 @@ Official client SDK's: - [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) +- [unleash/unleash-client-core](https://github.com/Unleash/unleash-client-core) (.NET Core) Clients written by awesome enthusiasts: :fire: