BinaryFog.NameParser 3.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BinaryFog.NameParser --version 3.1.0
NuGet\Install-Package BinaryFog.NameParser -Version 3.1.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="BinaryFog.NameParser" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinaryFog.NameParser --version 3.1.0
#r "nuget: BinaryFog.NameParser, 3.1.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.
// Install BinaryFog.NameParser as a Cake Addin
#addin nuget:?package=BinaryFog.NameParser&version=3.1.0

// Install BinaryFog.NameParser as a Cake Tool
#tool nuget:?package=BinaryFog.NameParser&version=3.1.0

Human name parsing.
Parses names using English conventions for persons names.
Many thanks to Tyler Young, Matt Gillette, mguiness,Paul Forness, Jamin Quimby

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BinaryFog.NameParser:

Package Downloads
CodeChange.Toolkit.Domain

A library containing domain interfaces, base classes and tools for Domain Driven Design (DDD) projects.

Mr.Cloud

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 27,551 8/29/2021
3.2.2 401 8/15/2021
3.2.1 361 8/15/2021
3.2.0 18,102 12/29/2020
3.1.0 6,457 9/27/2020
2.5.1 43,117 8/10/2019
2.5.0 29,504 4/12/2019
2.4.0 19,040 9/10/2018
2.3.0 3,989 1/28/2018
2.2.0 1,219 1/3/2018
2.1.2 1,332 9/27/2017
2.1.1 1,482 9/24/2017
2.1.0 1,098 9/16/2017
2.0.0 1,164 6/17/2017
1.3.3 1,317 12/19/2016
1.3.2 1,217 11/6/2016
1.3.1 1,294 9/17/2016
1.3.0.1 1,025 9/16/2016
1.3.0 1,055 9/14/2016
1.2.5 1,385 6/12/2016
1.2.0 1,063 6/5/2016
1.1.0 1,489 11/14/2015
1.0.0.4 1,202 6/9/2015
1.0.0.3 1,150 5/1/2015
1.0.0.2 1,179 4/18/2015
1.0.0.1 1,202 4/9/2015
1.0.0 1,339 4/9/2015

Upgraded to .Net Core 3.1 ; Thanks to Jamin Quimby