Microsoft.Spatial
6.5.0
See the version list below for details.
Install-Package Microsoft.Spatial -Version 6.5.0
dotnet add package Microsoft.Spatial --version 6.5.0
<PackageReference Include="Microsoft.Spatial" Version="6.5.0" />
paket add Microsoft.Spatial --version 6.5.0
#r "nuget: Microsoft.Spatial, 6.5.0"
// Install Microsoft.Spatial as a Cake Addin
#addin nuget:?package=Microsoft.Spatial&version=6.5.0
// Install Microsoft.Spatial as a Cake Tool
#tool nuget:?package=Microsoft.Spatial&version=6.5.0
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, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
OData .NET library is open source at https://odata.codeplex.com/
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Spatial:
| Package | Downloads |
|---|---|
|
Microsoft.OData.Core
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4 only. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS. OData .NET library is open source at http://github.com/OData/odata.net |
Bug Fix
• Fix a bug for supporting “Core.OptimisticConcurrency” annotation.
• Fix bugs for enum
- ODataUriParser should support nullable Enum as a function parameter.
- Dynamic enum property should have @odata.type annotation.
New Features
• EdmLib & ODataLib now support TypeDefinition
• EdmLib & ODataLib now support serializing and deserializing unsigned integers.
• ODataLib now supports $count on collection of Primitive or complex type
• Support Capabilities.ChangeTracking annotation
• OData Client for .Net now supports changing http method in BuildingRequest event handler.
• OData Client for .Net & ODataLib now support Windows Phone 8.1 project.
• Rename client portable dll from “Microsoft.Data.Services.Client.Portable” to “Microsoft.Data.Services.Client”