diff --git a/README.md b/README.md index 05d55ed..58d2d34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ninja FeatureOne v1.0.6 +# ninja FeatureOne v1.0.7 [![NuGet version](https://badge.fury.io/nu/FeatureOne.svg)](https://badge.fury.io/nu/FeatureOne) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/FeatureOne/blob/master/License.md) [![CI](https://github.com/NinjaRocks/FeatureOne/actions/workflows/CI-Build.yml/badge.svg)](https://github.com/NinjaRocks/FeatureOne/actions/workflows/CI-Build.yml) [![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/FeatureOne?logo=github&sort=semver)](https://github.com/ninjarocks/FeatureOne/releases/latest) [![CodeQL](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml/badge.svg)](https://github.com/NinjaRocks/FeatureOne/actions/workflows/codeql.yml) [![.Net Stardard](https://img.shields.io/badge/.Net%20Standard-2.1-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/2.1) diff --git a/src/FeatureOne/AssemblyInfo.cs b/src/FeatureOne/AssemblyInfo.cs index 24571a6..b1cd85e 100644 --- a/src/FeatureOne/AssemblyInfo.cs +++ b/src/FeatureOne/AssemblyInfo.cs @@ -15,11 +15,11 @@ [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyCopyrightAttribute("2023")] [assembly: System.Reflection.AssemblyDescriptionAttribute(".Net Library to implement feature toggles.")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.6.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.6")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.7.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.7")] [assembly: System.Reflection.AssemblyProductAttribute("FeatureOne")] [assembly: System.Reflection.AssemblyTitleAttribute("FeatureOne")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.6.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.7.0")] [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/NinjaRocks/FeatureOne")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/src/FeatureOne/FeatureOne.csproj b/src/FeatureOne/FeatureOne.csproj index 4139756..7a64cf9 100644 --- a/src/FeatureOne/FeatureOne.csproj +++ b/src/FeatureOne/FeatureOne.csproj @@ -14,7 +14,7 @@ False snupkg FeatureOne - najaf.shayk + ninja.shayk Ninja.Sha!4H FeatureOne .Net library to implement feature toggles. @@ -23,21 +23,16 @@ https://github.com/NinjaRocks/FeatureOne git feature-toggle; feature-flag; feature-flags; feature-toggles; .netstandard2.1; featureOne - 1.0.6 + 1.0.7 LICENSE.md ninja-icon-16.png - Release Notes v1.0.6 - Ported to .net standard 2.1 + Release Notes v1.0.7 - release to target .net standard 2.1. -Core Functionality - Includes the main functionality of FeatureOne - -Implement Feature Toggles to drive availability of a features -Implement Feature isEnabled check in codebase to run the status of each toggle. -Add Simple and Regex conditions to toggle definitions. -Extensibility - Provides an extension for custom implementations - -Implement custom Conditions. -Implement custom Storage Provider. -Implement custom Logger. +Core Functionality :- +- To Implement Feature Toggles to hide/show program features. +- Provides Out of box Simple and Regex toggle conditions that can be extended for any use case. +- Provides Extensibility for custom implementation of backend storages. +