Microsoft.Spatial 6.1.0

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

// Install Microsoft.Spatial as a Cake Tool
#tool nuget:?package=Microsoft.Spatial&version=6.1.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, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (27)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Spatial:

Repository Stars
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
OfficeDev/TrainingContent
Training Content used for developer.microsoft.com/office
Version Downloads Last updated
7.5.1 34 9/17/2018
6.11.0 28,666 3/30/2015
6.10.0 31,146 2/6/2015
6.9.0 17,852 12/10/2014
6.8.1 23,410 10/20/2014
6.8.0 5,242 9/23/2014
6.7.0 4,488 8/29/2014
6.6.0 4,834 7/31/2014
6.5.0 21,862 6/30/2014
6.4.0 10,696 5/30/2014
6.3.0 1,592 4/28/2014
6.2.0 442 4/1/2014
6.1.0 107 3/4/2014
6.0.0 370 1/27/2014
6.0.0-beta1 206 12/9/2013
6.0.0-alpha2 64 11/7/2013
6.0.0-alpha1 63 10/4/2013

What is in the release:

Bug fixes:
• Fixed a bug for not adding OData-Version header automatically for IODataResponseMessage.
• Fixed a bug for duplicate function-import element in ServiceDocument if a function is overloaded.
• Improved the JSON serialization performance for Edm.Binary type.

New Features:
• ODataUriParser supports new query option $search.
• ODataUriParser supports $count, $filter, $top, $levels, $orderby, $search and $skip in expand.
• EdmLib supports adding Core.Description and Core.OptimisticConcurrencyControl annotation through API directly.