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
+52-1Lines changed: 52 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<br/>
7
7
8
8
# FluentExtensions
9
-
Fluent Extensions is a set of more than 80 .NET extensions, it especially made for helping developers to focus on the main tasks rather than get distracted by writing the same code again and again.
9
+
Fluent Extensions is a set of more than 100 .NET extensions, it especially made for helping developers to focus on the main tasks rather than get distracted by writing the same code again and again for simple actions, FluentExtensions akso increases readability.
10
10
11
11
### Install FluentExtensions via NuGet
12
12
@@ -16,6 +16,7 @@ To install FluentExtensions, run the following command in the Package Manager Co
16
16
17
17
```
18
18
PM> Install-Package FluentExtensions.NET
19
+
19
20
```
20
21
21
22
### Documentations
@@ -104,6 +105,18 @@ double ToGB(this int number, DigitalStorage from = DigitalStorage.GB);
0 commit comments