PrettyPrintNet 1.6.1

dotnet add package PrettyPrintNet --version 1.6.1
                    
NuGet\Install-Package PrettyPrintNet -Version 1.6.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="PrettyPrintNet" Version="1.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PrettyPrintNet" Version="1.6.1" />
                    
Directory.Packages.props
<PackageReference Include="PrettyPrintNet" />
                    
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 PrettyPrintNet --version 1.6.1
                    
#r "nuget: PrettyPrintNet, 1.6.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.
#addin nuget:?package=PrettyPrintNet&version=1.6.1
                    
Install PrettyPrintNet as a Cake Addin
#tool nuget:?package=PrettyPrintNet&version=1.6.1
                    
Install PrettyPrintNet as a Cake Tool

Human friendly, textual representations of TimeSpan and file size using standard .NET types. It is light-weight, tested and supports PCL.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 17,032 1/24/2015
1.6.0 1,152 1/23/2015
1.5.0 1,225 10/22/2014
1.4.0 1,172 10/16/2014
1.3.0 1,145 9/27/2014
1.2.0 1,146 9/27/2014

Fix rounding errors in ToPrettyString() and ToTimeRemainingString()