Metadata >> NuGet >> PrettyPrintNet

PrettyPrintNet

Metadata

Authors Andreas Gullberg Larsen
Copyrights Copyright © 2013 Andreas Gullberg Larsen
Description Human friendly, textual representations of TimeSpan and file size using standard .NET types. It is light-weight, tested and supports PCL.
Language en-US
LicenseUrl https://github.com/anjdreas/PrettyPrintNet/blob/master/LICENSE
Owners Andreas Gullberg Larsen
ProjectUrl https://github.com/anjdreas/PrettyPrintNet
ReleaseNotes Fix rounding errors in ToPrettyString() and ToTimeRemainingString()
RequireLicenseAcceptance False
Summary Simplifies outputting readable text for date, time, duration, file size, transfer rate and so on.
Tags human friendly pretty readable simple text textual representation date time timespan duration filesize file size transfer rate pcl c# .net
Title PrettyPrint.NET
PackageSize 23725
PackageHashAlgorithm SHA512
PackageHash 3VRQgj11CJQ3CXcQuv6uYM2QwSnqSFe1o+20Gyr+eXlfLH9R94/Fy6vjSkxuFqotPsm2rnGJOPyN4frq8ulZTQ==
DownloadCount 000000
CreatedDate 2015-01-24T14:57:50

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install PrettyPrintNet -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install PrettyPrintNet -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package PrettyPrintNet
Installing the package (HTTP Basic authentication):
Install-Package PrettyPrintNet -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package PrettyPrintNet -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package PrettyPrintNet

OpenWrap

Installing the package:
o add-wrap PrettyPrintNet
Uninstalling the package:
o remove-wrap PrettyPrintNet

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.6.1
1.6.0
1.5.0
1.3.0