Info
Version: | 1.2.2 |
Author(s): | Andrew Buchanan, Abel Pereira, Scott Kirkland |
Last Update: | Tuesday, November 19, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andrewaggb/Inflector-NetStandard |
NuGet Url: | https://www.nuget.org/packages/Inflector.NetStandard.StrongName |
Install
Install-Package Inflector.NetStandard.StrongName
dotnet add package Inflector.NetStandard.StrongName
paket add Inflector.NetStandard.StrongName
Inflector.NetStandard.StrongName Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
- NETStandard.Library(>= 1.6.1)
No dependencies.
- NETStandard.Library(>= 1.6.1)
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
Inflector is a simple lightweight .NET netstandard class library enabling you to pluralize, singularize, titleize (...) words in a specific culture.
More info available at:
https://github.com/andrewaggb/Inflector-NetStandard
This library is based on https://github.com/abelepereira/Inflector-Portable but recompiled to target .net standard.