Metadata >> NuGet >> Rfc822

Rfc822

Metadata

Authors Michiel van Oosterhout
Description Use this package if you need to parse or format RFC 822 formatted dates, like those found in RSS feeds. An RFC 822 formatted date time may look something like this: "Sun, 18 Nov 2012 20:32 +0100"
LicenseUrl https://raw.github.com/michielvoo/RFC-822/master/License.txt
Owners Michiel van Oosterhout
ProjectUrl https://github.com/michielvoo/RFC-822
RequireLicenseAcceptance False
Summary Parse or write a date and time formatted according to the RFC 822 specification.
Tags RFC, RFC822, RSS
Title RFC 822
PackageSize 16053
PackageHashAlgorithm SHA512
PackageHash cBDr/zttL6vb/mQOd+H5VrsoX8j1BIZ1TPhA7MQiPKKKjqpcqG8T0ZMOl5CSoTsGtBsmO3E+uNEOhSGYV6O3VQ==
DownloadCount 000000
CreatedDate 2013-07-13T11:35:48

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 Rfc822 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Rfc822 -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 Rfc822
Installing the package (HTTP Basic authentication):
Install-Package Rfc822 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Rfc822 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Rfc822

OpenWrap

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

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.0.3
1.0.2