NameParserSharp 1.3.0

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

// Install NameParserSharp as a Cake Tool
#tool nuget:?package=NameParserSharp&version=1.3.0

Parses full name into first name, middle name, last name, nickname, title, and suffix fields

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (4)

Showing the top 4 NuGet packages that depend on NameParserSharp:

Package Downloads
Lucifron.ReST.Library

library for lucifron datacite communication

Vaelastrasz.Library

Package Description

SRBCommon

Package Description

PolarNameExplorer

Polar Name Explorer .NET Core Component is an class library allows your .NET applications to extract and parse names and surnames from text, get the gender of the name, and country of origine.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NameParserSharp:

Repository Stars
rmcrackan/Libation
Libation: Liberate your Library
Version Downloads Last updated
1.5.0 270,782 1/17/2022
1.4.0 455,148 4/30/2019
1.3.0 9,051 2/19/2019
1.2.0 124,316 4/27/2016
1.1.0 2,032 2/15/2016
1.0.0.1 1,603 9/18/2015
1.0.0 1,651 9/18/2015

Adding support for parsing multiple names out of a single string.