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.
<PackageVersion Include="ExtendType.OfString" Version="2.9.1" />
                    
Directory.Packages.props
<PackageReference Include="ExtendType.OfString" />
                    
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 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.
#addin nuget:?package=ExtendType.OfString&version=2.9.1
                    
Install as a Cake Addin
#tool nuget:?package=ExtendType.OfString&version=2.9.1
                    
Install as a Cake Tool

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 6,868 2/6/2017
2.9.0 1,608 2/4/2017
2.8.0 34,462 1/29/2016
2.7.1 1,667 12/7/2015
2.7.0 1,676 11/12/2015
2.6.0 1,664 11/5/2015
2.5.6 1,681 11/5/2015
2.5.5 1,756 5/18/2015
2.5.4 1,999 11/14/2014
2.5.3 2,112 11/14/2014
2.5.2 2,010 11/11/2014
2.5.1 2,036 11/11/2014
2.5.0 1,707 10/28/2014
2.4.8 1,744 10/27/2014
2.4.7 1,689 10/13/2014
2.4.6 1,742 10/13/2014
2.4.5 1,728 10/9/2014
2.4.4 1,735 8/13/2014
2.4.3 1,675 8/11/2014
2.4.2 1,774 8/8/2014
2.4.1 1,685 8/8/2014
2.4.0 1,716 8/8/2014
2.3.1 1,759 6/4/2014
2.3.0 1,740 5/8/2014
2.2.1 1,809 5/6/2014
2.2.0 1,692 5/6/2014
2.1.1 1,805 3/20/2014
2.1.0 2,085 3/20/2014
2.0.0 1,789 3/20/2014
1.0.1 1,772 3/17/2014
1.0.0 4,110 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