Extensor 1.2.0

dotnet add package Extensor --version 1.2.0
                    
NuGet\Install-Package Extensor -Version 1.2.0
                    
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="Extensor" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Extensor" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Extensor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Extensor --version 1.2.0
                    
#r "nuget: Extensor, 1.2.0"
                    
#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.
#:package Extensor@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Extensor&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Extensor&version=1.2.0
                    
Install as a Cake Tool

Extension methods to ease your everyday development life.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 1,946 4/29/2018 1.2.0 is deprecated because it is no longer maintained.
1.1.0 1,450 4/26/2018
1.0.0 1,486 4/25/2018

V1.2 Include awesome extensions for the following types:  

bool
int
double
float
long
short
string
object
IEnumerable<T>
DateTime (my favorite so far)  

Addtional documentation can be found in the project repo under https://github.com/jrsosadev/Extensor/blob/dev/Extensor/documentation/Extensor.xml