Fluentx 2.1.3
dotnet add package Fluentx --version 2.1.3
NuGet\Install-Package Fluentx -Version 2.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fluentx" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fluentx --version 2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fluentx, 2.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fluentx as a Cake Addin #addin nuget:?package=Fluentx&version=2.1.3 // Install Fluentx as a Cake Tool #tool nuget:?package=Fluentx&version=2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fluentx is a library that holds utilities to help developers in their everyday coding, holds helper methods using fluent interfaces and method chaining.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.3 | 375 | 2/9/2015 |
2.1.2 | 41 | 2/9/2015 |
2.1.1 | 40 | 2/9/2015 |
2.1.0 | 42 | 2/9/2015 |
2.0.9 | 314 | 12/16/2014 |
2.0.8 | 52 | 12/16/2014 |
2.0.7 | 53 | 12/16/2014 |
2.0.6 | 54 | 12/16/2014 |
2.0.5 | 56 | 12/12/2014 |
2.0.4 | 1,158 | 9/26/2014 |
2.0.3 | 64 | 9/24/2014 |
2.0.2 | 60 | 9/24/2014 |
2.0.1 | 59 | 9/24/2014 |
2.0.0 | 59 | 9/24/2014 |
1.5.3 | 102 | 8/16/2014 |
1.5.2 | 69 | 7/11/2014 |
1.5.1 | 62 | 6/10/2014 |
1.5.0 | 53 | 6/2/2014 |
1.4.0 | 54 | 5/25/2014 |
1.3.3 | 50 | 4/21/2014 |
1.3.2 | 71 | 1/23/2014 |
1.3.1 | 51 | 1/21/2014 |
1.3.0 | 49 | 1/21/2014 |
1.2.0 | 49 | 1/21/2014 |
1.1.0 | 50 | 1/20/2014 |
1.0.0 | 59 | 1/18/2013 |
Added new extension methods ReplaceLast and ReplaceFirst and CountOccurences