From adc3ee481dcce9147717ad371470ac64490866d3 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 24 Jun 2024 10:39:11 +0800 Subject: [PATCH] re-add nuget package in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7a6ff819..415773b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # .NET Feature Management +[![Microsoft.FeatureManagement](https://img.shields.io/nuget/v/Microsoft.FeatureManagement?label=Microsoft.FeatureManagement)](https://www.nuget.org/packages/Microsoft.FeatureManagement) +[![Microsoft.FeatureManagement.AspNetCore](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.AspNetCore?label=Microsoft.FeatureManagement.AspNetCore)](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) + Feature management provides a way to develop and expose application functionality based on features. Many applications have special requirements when a new feature is developed such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible. ## Get started