You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
| --------| --------| --------|
12
12
|FeatureOne |[](https://badge.fury.io/nu/FeatureOne)| Provides core funtionality to implement feature toggles with `no` backend storage provider. Needs package consumer to provide `IStorageProvider` implementation. Ideal for use case that requires custom storage backend. Please see below for more details. |
13
13
|FeatureOne.SQL|[](https://badge.fury.io/nu/FeatureOne.SQL)| Provides SQL storage provider for implementing feature toggles using `SQL` backend. |
14
-
|FeatureOne.EntityFramework|[](https://badge.fury.io/nu/FeatureOne.EntityFramework)| Provides File storage provider for implementing feature toggles using `File System` backend. |
14
+
|FeatureOne.File|[](https://badge.fury.io/nu/FeatureOne.File)| Provides File storage provider for implementing feature toggles using `File System` backend. |
0 commit comments