Metadata >> NuGet >> Microsoft.Spatial >> 6.2.0

6.2.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.
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 What is in the release: Bug fixes: • Fixed a bug for parsing $it in UriParser • Improved the JSON serialization performance for unindented format New Features: • ODataLib & EdmLib now supports complex type inheritance and open complex type. • ODataLib & EdmLib now supports open collection property in entity and complex type. • OData Client now supports property level change tracking for PATCH. DataServiceCollection now supports property level change tracking. By default only changed properties will be included in the payload for update (PATCH) operations, unless you explicitly use SaveChangesOptions.ReplaceOnUpdate when calling SaveChanges(). The entity level change tracking behavior is not changed in DataServiceCollection. • OData Client supports using different type/property name than the name in metadata by OrginalNameAttribute Previously the type and property name in proxy class must be same as metadata. Now you can use over-write the type/property name by using OriginalNameAttribute: [global::Microsoft.OData.Client.OriginalNameAttribute("product")] public partial class Product { [global::Microsoft.OData.Client.OriginalNameAttribute("name")] // Using camel case in metadata public string Name // Using Pascal case in proxy class { get; Set; } } • ODataLib support generating ServiceDocument from EdmModel directly by extension method GenerateServiceDocument(). Known Issues: • Type casting for complex type in $filter and $select is not supported. • Reading individual property of derived complex type directly by OData Client is not supported.
RequireLicenseAcceptance True
Tags wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Title Microsoft.Spatial
PackageSize 395550
PackageHashAlgorithm SHA512
PackageHash azBPLIkKMbUAYDIqigMSjdN8kYxTyoOkcGSEGZhNFFINbCHhIksciuhnPvK7CbjqygqKmc/hXBDFjpFigQ6fKA==
DownloadCount 000000
CreatedDate 2014-04-01T05:55:06

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.2.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Spatial -Version 6.2.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.2.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.2.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Spatial -Version 6.2.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Microsoft.Spatial -Version 6.2.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