Install Humanizer
July 31, 2026 ยท View on GitHub
Humanizer 4 ships as one NuGet package. Install it in the project that produces user-facing text:
dotnet add package Humanizer --version 4.0.0
Add using Humanizer; where you use its extension methods. The package includes
the library, locale data, and analyzers; there is no package choice to make.
Humanizer 4 ships net11.0, net10.0, net8.0, net48, and
netstandard2.0 assets.
Confirm the reference {#example}
dotnet list package
The project should list Humanizer at version 4.0.0. In a centrally managed
repository, put the version in Directory.Packages.props and omit --version
from the project command.