Microsoft.Data.Services.Client 5.1.0-rc1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Data.Services.Client.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Data.Services.Client --version 5.1.0-rc1
NuGet\Install-Package Microsoft.Data.Services.Client -Version 5.1.0-rc1
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="Microsoft.Data.Services.Client" Version="5.1.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Data.Services.Client --version 5.1.0-rc1
#r "nuget: Microsoft.Data.Services.Client, 5.1.0-rc1"
#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 Microsoft.Data.Services.Client as a Cake Addin
#addin nuget:?package=Microsoft.Data.Services.Client&version=5.1.0-rc1&prerelease

// Install Microsoft.Data.Services.Client as a Cake Tool
#tool nuget:?package=Microsoft.Data.Services.Client&version=5.1.0-rc1&prerelease

LINQ-enabled client API for issuing OData queries and consuming OData payloads. Supports OData v3. Targets .NET 4.0 or Silverlight 4.0. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (77)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Data.Services.Client:

Repository Stars
duplicati/duplicati
Store securely encrypted backups in the cloud!
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
xceedsoftware/wpftoolkit
All the controls missing in WPF. Over 1 million downloads.
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
Version Downloads Last updated
5.6.4 188,718 3/30/2015
5.6.3 184,200 10/21/2014
5.6.2 487,316 8/1/2014
5.6.1 84,614 2/25/2014
5.6.0 339,168 8/16/2013
5.6.0-rc1 107 7/30/2013
5.6.0-alpha1 83 6/29/2013
5.5.0 3,767 5/30/2013
5.5.0-rc1 80 5/14/2013
5.5.0-alpha2 64 4/26/2013
5.5.0-alpha1 68 4/9/2013
5.4.0 1,878 4/2/2013
5.4.0-rc1 70 3/19/2013
5.3.0 2,685 2/18/2013
5.3.0-rc1 129 1/31/2013
5.2.0 4,865 12/17/2012
5.2.0-rc1 69 12/3/2012
5.1.0 1,549 11/7/2012
5.1.0-rc2 110 9/21/2012
5.1.0-rc1 166 7/11/2012
5.0.2 1,371 8/29/2012
5.0.2-rc 61 8/15/2012
5.0.1 884 5/18/2012
5.0.1-rc 65 5/8/2012
5.0.0.50403 1,455 4/11/2012

This prerelease enables developers to assess the current state of JSON Light and provide feedback on APIs. Most of the wire format has been finalized, but if we have missed something critical we would appreciate feedback on that as well.

What’s new in this prerelease?
•         WCF DS client gains the ability to read most payloads using a nearly final form of the JSON Light wire format
•         WCF DS server gains the ability to expose most payloads with JSON Light wire format
What’s not in this prerelease?
•         Insert/Update payloads (the client will fall back to using Atom for these for now)
•         Some parts of the wire format, which will condense the payload even further – for example, we believe we will be grouping annotations into named sets and using relative URIs
•         Final APIs – code gen will make getting started with the WCF DS client much easier
•         Ability to dial verbosity up or down – the final version of JSON Light will most likely be able to request verbosity anywhere from zero metadata to full metadata
•         Actions and service operations are not entirely complete at this point
•         Version number of the assembly has not been updated to 5.1.0.x

To get started, check out this gist to create a simple JSON Light client: https://gist.github.com/3092592