Metadata >> NuGet >> Microsoft.Spatial >> 6.4.0

6.4.0

Metadata

Authors Microsoft Corporation
Description Contains classes and methods that facilitate geography and geometry spatial operations. Support OData v4 only. Targets .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://odata.codeplex.com
IconUrl http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png
LicenseUrl http://go.microsoft.com/?linkid=9809688
Owners Microsoft Corporation
ProjectUrl http://go.microsoft.com/fwlink/?LinkId=220868
ReleaseNotes New Features • ODataLib supports write & read async headers & payload. • OData Client supports model reference. • OData Client supports using enum in query options & operation parameter. • Improves the API of OData client for server-side paging support. Sample: NorthwindEntities ctx = new NorthwindEntities( new Uri(@"http://services.odata.org/V4/Northwind/Northwind.svc/")); var customers = ctx.Customers.GetAllPages(); // automatically get all pages of the Customers entity set foreach (var customer in customers) { Console.WriteLine(customer.CustomerID); } • ODataUriParser supports more type for ‘cast’ in $filter. • OData Client supports new async API in .NET 4.0 format. Sample: var customers = await ctx.Customers.ExecuteAsync(); Bug Fixs • Fix a bug for top level dynamic property payload don’t have @odata.type annotation. • Fix a bug for Core annotation is not written in full namespace. For example term value will be “Org.OData.Core.V1.Description” instead of “Core.Description”.
RequireLicenseAcceptance True
Summary Contains classes and methods that facilitate geography and geometry spatial operations. Supports OData v4 only.
Tags wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Title Microsoft.Spatial
PackageSize 395392
PackageHashAlgorithm SHA512
PackageHash PXuBsVKcaoy2dbJAK4zEIDdxQ6JIPZLYlBQlr9wf0dmmP4PAbIJ8NO3VUVgCd/WBcbWgFI3iJGJEcPdDxiVuRg==
DownloadCount 000000
CreatedDate 2014-05-30T03:24:42

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Spatial -Version 6.4.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Spatial -Version 6.4.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Microsoft.Spatial 6.4.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Spatial -Version 6.4.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Spatial -Version 6.4.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Microsoft.Spatial -Version 6.4.0
Uninstalling the package:
o remove-wrap Microsoft.Spatial

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETPortable,Version=v0.0,Profile=net40+sl5+wp8+win8 Binaries