unleash.client
1.6.0
Flexible feature toggle client. It supports enabling features runtime, through multiple activation strategies, and allows you to decouple deployment of code from release of new features. Unleash is a feature toggle system that gives you a great overview over all feature toggles across all your applications and services. Read more at: https://github.com/unleash/unleash/
See the version list below for details.
Install-Package unleash.client -Version 1.6.0
dotnet add package unleash.client --version 1.6.0
<PackageReference Include="unleash.client" Version="1.6.0" />
paket add unleash.client --version 1.6.0
Introduction
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 and Go.
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.
Feature toggles decouple deployment of code from release of new features.
Take a look at the demonstration site at unleash.herokuapp.com
Read more of the main project at github.com/unleash/unleash
Introduction
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 and Go.
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.
Feature toggles decouple deployment of code from release of new features.
Take a look at the demonstration site at unleash.herokuapp.com
Read more of the main project at github.com/unleash/unleash
Dependencies
-
.NETFramework 4.5
- murmurhash (>= 1.0.3)
-
.NETFramework 4.5.1
- murmurhash (>= 1.0.3)
-
.NETFramework 4.6
- murmurhash (>= 1.0.3)
-
.NETFramework 4.6.1
- murmurhash (>= 1.0.3)
-
.NETFramework 4.7
- murmurhash (>= 1.0.3)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.5.0)
- murmurhash (>= 1.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.