Pluralizer 0.3.0.1

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

// Install Pluralizer as a Cake Tool
#tool nuget:?package=Pluralizer&version=0.3.0.1

"Pluralize" strings inline. Similar to String.Format(), but with sentences. Pluralizer allows you to use one string to express two variations (singular or plural) of a sentence that are dependent on a numeric value.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Pluralizer:

Package Downloads
Brick.FluentNHibernate.Conventions

Drop-in opinionated Fluent NHibernate auto-conventions and sample nhibernate configuration builder.

Pluralizer.Mvc

HTML Helper extensions for the Pluralizer package, which allows you to "Pluralize" strings inline.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.0.1 39,360 4/7/2012
0.2.1 2,070 5/20/2011
0.2.0 1,962 5/19/2011
0.1.1 1,818 3/2/2011
0.1.0 1,758 5/20/2011

Implemented IClonable, IEquatable, IDisposable