Metadata >> NuGet >> Patches.System.Web.OData

Patches.System.Web.OData

Metadata

Authors Microsoft,johncrim
Copyrights � Microsoft Corporation. All rights reserved.
Description This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API and to support OData query syntax for your web APIs.
Language en-US
LicenseUrl http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm
Owners Microsoft,aspnet
ProjectUrl http://www.asp.net/web-api
ReleaseNotes Restores the ability to use DateTime in OData v4.
RequireLicenseAcceptance True
Summary This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API.
Tags Microsoft AspNet WebApi AspNetWebApi OData datetime
Dependencies Microsoft.AspNet.WebApi.Client:5.2.2|Microsoft.AspNet.WebApi.Core:[5.2.2, 5.3.0)|Microsoft.OData.Core:[6.4.0, 7.0.0)
Title System.Web.OData
PackageSize 1089003
PackageHashAlgorithm SHA512
PackageHash /1Kt38aQfqApp8lIlqgqYZUVU184hMiY3gsV/gOyraP3FzD+FLrqrJS2LXw2hie1oigkBNkRe/ZPOkdLPnQIPw==
DownloadCount 000000
CreatedDate 2014-09-07T18:59:06

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

OpenWrap

Installing the package:
o add-wrap Patches.System.Web.OData
Uninstalling the package:
o remove-wrap Patches.System.Web.OData

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
5.3.0-datetimefixes