Metadata >> NuGet >> NodaTime

NodaTime

Metadata

Authors Jon Skeet
Description Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types built into the .NET framework. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Jon Skeet
ProjectUrl http://nodatime.org/
RequireLicenseAcceptance False
Tags date time timezone calendar nodatime
PackageSize 1619233
PackageHashAlgorithm SHA512
PackageHash Ydh/9mavAerlDpZMXFVmqiuNFrV1fkuTBJteslyLOVsMEa5M/2swWUIomrNP/kEHQOXNeiBtXYVvfySTh/WQLw==
DownloadCount 000000
CreatedDate 2015-07-28T08:49:15
Summary Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.

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

OpenWrap

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

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
2.0.0-alpha20150728
2.0.0-alpha20150718
1.3.1
2.0.0-alpha20140808
2.0.0-alpha20140807
1.3.0
1.3.0-beta1
1.3.0-dev-20140518
1.3.0-dev-20140515
1.2.0
1.2.0-rc2
1.2.0-rc1
1.1.1
1.1.0
1.1.0-rc1
1.1.0-dev-2013-31-01