| id | installation |
|---|---|
| title | Install Humanizer |
| sidebar_position | 2 |
| diataxis | how-to |
| persona | new developer |
Humanizer 4 ships as one NuGet package. Install it in the project that produces user-facing text:
dotnet add package Humanizer --version 4.0.0Add 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.
dotnet list packageThe 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.