mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: Add .NET Core to top sentence about supported platforms (#538)
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
```
This commit is contained in:
parent
49da01937e
commit
c0d6d51e84
@ -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)
|
[![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
|
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-go](https://github.com/unleash/unleash-client-go)
|
||||||
- [unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby)
|
- [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-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:
|
Clients written by awesome enthusiasts: :fire:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user