SharpExtensions 0.1.2

dotnet add package SharpExtensions --version 0.1.2
NuGet\Install-Package SharpExtensions -Version 0.1.2
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="SharpExtensions" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpExtensions --version 0.1.2
#r "nuget: SharpExtensions, 0.1.2"
#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 SharpExtensions as a Cake Addin
#addin nuget:?package=SharpExtensions&version=0.1.2

// Install SharpExtensions as a Cake Tool
#tool nuget:?package=SharpExtensions&version=0.1.2

A collection of extension methods to make things a bit easier, including Task, Enum, String, and Uri extensions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 112 1/2/2015
0.1.1 49 12/30/2014
0.1.0 46 12/30/2014
0.0.26 88 7/3/2014
0.0.25 46 5/27/2014
0.0.24 48 5/27/2014
0.0.23 49 5/27/2014
0.0.22 48 5/20/2014
0.0.21 46 5/20/2014
0.0.20 47 5/15/2014
0.0.19 46 1/23/2014
0.0.18 44 1/18/2014
0.0.17 46 1/16/2014
0.0.16 45 1/16/2014
0.0.15 46 1/16/2014
0.0.14 45 1/15/2014
0.0.13 44 1/10/2014
0.0.12 44 1/10/2014
0.0.11 46 1/10/2014
0.0.10 67 1/7/2014
0.0.9 46 1/7/2014
0.0.8-alpha 40 1/7/2014
0.0.7-alpha 41 1/6/2014
0.0.6-alpha 43 1/4/2014
0.0.5-alpha 39 12/31/2013
0.0.4-alpha 43 12/31/2013
0.0.2-alpha 42 12/27/2013
0.0.1-alpha 40 12/27/2013

Added some numeric extensions, refactored the location of some extensions. Future versions will all be released in lockstep to keep consistent.