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.
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.
// Install PrettyPrintNet as a Cake Addin
#addin nuget:?package=PrettyPrintNet&version=1.6.1

// Install PrettyPrintNet as a Cake Tool
#tool nuget:?package=PrettyPrintNet&version=1.6.1

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 14,328 1/24/2015
1.6.0 1,035 1/23/2015
1.5.0 1,108 10/22/2014
1.4.0 1,060 10/16/2014
1.3.0 1,028 9/27/2014
1.2.0 1,032 9/27/2014

Fix rounding errors in ToPrettyString() and ToTimeRemainingString()