Skip to content

Commit

Permalink
- Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks committed Jun 27, 2023
1 parent 327b52a commit 2902d2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FeatureOne.File/FeatureOne.File.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageIcon>ninja-icon-16.png</PackageIcon>
<PackageReleaseNotes>
Release Notes v2.0.4. - File Storage Provider
Release Notes v3.0.0. - Targets .Net 6.0
Adds support for File system storage provider for implementing Feature Toggles stored on file.
- Provides memory caching enabled via configuration.
- Added extensibility for Custom implementations-
Expand Down
2 changes: 1 addition & 1 deletion src/FeatureOne.SQL/FeatureOne.SQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageIcon>ninja-icon-16.png</PackageIcon>
<PackageReleaseNotes>
Release Notes v2.0.4. - SQL Storage Provider
Release Notes v3.0.0. - Targets .Net 6.0
Adds support for SQL storage provider for implementing Feature Toggles.
- Supports MSSQL, SQLite, ODBC, OLEDB, MySQL, PostgreSQL Db providers.
- Provides memory caching - enabled via configuration.
Expand Down
2 changes: 1 addition & 1 deletion src/FeatureOne/FeatureOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>ninja-icon-16.png</PackageIcon>
<PackageReleaseNotes>
Release Notes v2.0.4. Core Functionality :-
Release Notes v3.0.0 Core Functionality :- Targets .Net 6.0
- To Implement Feature Toggles to hide/show program features.
- Provides Out of box Simple and Regex toggle conditions .
- Provides extensibility for custom implementation
Expand Down

0 comments on commit 2902d2b

Please sign in to comment.