MyNet.Humanizer 19.0.0

dotnet add package MyNet.Humanizer --version 19.0.0
                    
NuGet\Install-Package MyNet.Humanizer -Version 19.0.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="MyNet.Humanizer" Version="19.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MyNet.Humanizer" Version="19.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MyNet.Humanizer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MyNet.Humanizer --version 19.0.0
                    
#r "nuget: MyNet.Humanizer, 19.0.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.
#:package MyNet.Humanizer@19.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MyNet.Humanizer&version=19.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MyNet.Humanizer&version=19.0.0
                    
Install as a Cake Tool

<div align="center">

MyNet.Humanizer

<img src="MyNetHumanizer.png" alt="MyNet.Humanizer" width="96" height="96" />

Localized human-readable strings for dates, enums, lists, geography, and common .NET types (display beyond raw ToString()).

</div>

<div align="center">

MIT License NuGet .NET

</div>


Features

Feature Description
Formatters Localized dates, enums, and lists
Domains Geography and temporal display helpers
UI binding Culture-aware human-readable output
Stack Built on Globalization and Temporal packages

Installation

dotnet add package MyNet.Humanizer

Quick start

Register globalization/culture services first, then use Humanizer formatters and extensions for UI-bound values. See tests/MyNet.Humanizer.Tests for date, enum, and list formatting examples.



Documentation


<div align="center">

<sub>

Copyright © 2016-2026 - Stéphane ANDRE. All Rights Reserved.

<br/>

Released under the MIT License.

</sub>

</div>

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on MyNet.Humanizer:

Package Downloads
MyNet.Observable

MVVM-oriented observable models with INotifyPropertyChanged, edition tracking, FluentValidation integration, metadata, and an included Roslyn source generator.

MyNet.CsvHelper.Extensions

A comprehensive .NET class library that extends the capabilities of CsvHelper, a popular CSV parsing and writing library for .NET applications.

MyNet.Observable.Translatables

This library is a versatile and lightweight class library designed to simplify the representation of translatable objects in .NET applications.

MyNet.Avalonia

Extensions and helpers for Avalonia UI development: controls, theming, reactive programming, and integration with MyNet libraries.

MyNet.Geography.Localization

Localized country display names (satellite resources) and MyNet.Humanizer formatters for geography types in MyNet.Geography.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
19.0.0 7 5/29/2026
18.0.0 127 4/16/2026
17.1.0 130 4/9/2026
17.0.1 125 3/18/2026
17.0.0 119 3/18/2026
16.0.2 157 2/19/2026
16.0.1 135 2/19/2026
16.0.0 138 2/19/2026
15.0.0 244 12/22/2025
14.4.0 221 12/21/2025
14.3.0 273 12/7/2025
14.2.0 248 11/26/2025
14.1.0 402 11/21/2025
14.0.4 295 11/14/2025
14.0.3 303 11/14/2025
14.0.2 317 11/14/2025
14.0.1 340 11/13/2025
14.0.0 346 11/13/2025
13.1.0 284 11/6/2025
13.0.0 256 10/17/2025
Loading failed