ExtendType.OfString 2.9.1

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

// Install ExtendType.OfString as a Cake Tool
#tool nuget:?package=ExtendType.OfString&version=2.9.1

A library of fluent utility extensions for System.String

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
2.9.1 3,142 2/6/2017
2.9.0 1,354 2/4/2017
2.8.0 31,562 1/29/2016
2.7.1 1,425 12/7/2015
2.7.0 1,429 11/12/2015
2.6.0 1,427 11/5/2015
2.5.6 1,437 11/5/2015
2.5.5 1,501 5/18/2015
2.5.4 1,762 11/14/2014
2.5.3 1,853 11/14/2014
2.5.2 1,760 11/11/2014
2.5.1 1,780 11/11/2014
2.5.0 1,460 10/28/2014
2.4.8 1,486 10/27/2014
2.4.7 1,438 10/13/2014
2.4.6 1,484 10/13/2014
2.4.5 1,474 10/9/2014
2.4.4 1,487 8/13/2014
2.4.3 1,438 8/11/2014
2.4.2 1,514 8/8/2014
2.4.1 1,421 8/8/2014
2.4.0 1,456 8/8/2014
2.3.1 1,480 6/4/2014
2.3.0 1,467 5/8/2014
2.2.1 1,541 5/6/2014
2.2.0 1,426 5/6/2014
2.1.1 1,525 3/20/2014
2.1.0 1,699 3/20/2014
2.0.0 1,521 3/20/2014
1.0.1 1,500 3/17/2014
1.0.0 3,427 3/17/2014

2.9.1 - Added 452 framework targeting
2.9.0 - Fixed framework version targeting
2.8.0 - Moved If extensions to defaulting, fixed bug in case validation
2.7.1 - Added MD5 cryptographic extensions
2.7.0 - Added new parsing extensions and unit tests, changed signature for ToAlphaNumeric
2.6.0 - Method name corrections in conversion extensions
2.5.6 - Added ToTitleCase to convention extensions
2.5.5 - Added convention extension method(s)
2.5.4 - Bugfix fixed ToRegex methods
2.5.3 - Added regex match extension method
2.5.2 - Bugfix packaging issue
2.5.1 - Added parsing extensions
2.5.0 - Moved capitalization extensions to validation namespace