Microsoft.Spatial 6.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Spatial --version 6.6.0
NuGet\Install-Package Microsoft.Spatial -Version 6.6.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.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Spatial --version 6.6.0
#r "nuget: Microsoft.Spatial, 6.6.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.6.0

// Install Microsoft.Spatial as a Cake Tool
#tool nuget:?package=Microsoft.Spatial&version=6.6.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/

There are no supported framework assets in this package.

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. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.

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.8.3 0 3/8/2021
7.8.2 0 3/8/2021
7.8.1 0 3/8/2021
7.8.0 0 3/8/2021
7.7.3 0 3/8/2021
7.7.2 0 3/8/2021
7.7.1 0 3/8/2021
7.7.0 0 3/8/2021
7.7.0-beta 0 3/8/2021
7.6.4 0 3/8/2021
7.6.3 0 3/8/2021
7.6.2 0 3/8/2021
7.6.1 0 3/8/2021
7.6.1-beta 0 3/8/2021
7.6.0 0 3/8/2021
7.6.0-beta 0 3/8/2021
7.5.4 0 3/8/2021
7.5.3 0 3/8/2021
7.5.2 0 3/8/2021
7.5.1 0 3/8/2021
7.5.0 32,946 3/8/2021
7.4.4 0 3/8/2021
7.4.3 0 3/8/2021
7.4.2 0 3/8/2021
7.4.1 0 3/8/2021
7.4.0 0 3/8/2021
7.4.0-beta3 0 3/8/2021
7.4.0-beta2 0 3/8/2021
7.4.0-beta 0 3/8/2021
7.3.1 19 3/8/2021
7.3.0 3 3/8/2021
7.3.0-beta 0 3/8/2021
7.2.0 52 3/8/2021
7.1.1 5 3/8/2021
7.1.0 0 3/8/2021
7.0.0 41 3/8/2021
7.0.0-beta 0 3/8/2021
6.19.0 0 3/8/2021
6.18.0 8 3/8/2021
6.18.0-beta 0 3/8/2021
6.17.0 9 3/8/2021
6.16.0 2 3/8/2021
6.16.0-beta 0 3/8/2021
6.15.0 106 3/8/2021
6.15.0-beta 2 3/8/2021
6.14.0 1,087 12/15/2015
6.14.0-rc2 235 12/2/2015
6.14.0-rc 945 10/30/2015
6.14.0-beta 179 10/16/2015
6.13.0 45,013 7/22/2015
6.13.0-rc 255 7/14/2015
6.13.0-beta 319 6/19/2015
6.12.0 19,982 5/22/2015
6.12.0-beta 202 5/15/2015
6.11.0 43,384 3/30/2015
6.10.0 45,893 2/6/2015
6.9.0 21,778 12/10/2014
6.8.1 29,339 10/20/2014
6.8.0 5,455 9/23/2014
6.7.0 5,251 8/29/2014
6.6.0 4,949 7/31/2014
6.5.0 24,662 6/30/2014
6.4.0 13,153 5/30/2014
6.3.0 3,355 4/28/2014
6.2.0 1,928 4/1/2014
6.1.0 678 3/4/2014
6.0.0 1,029 1/27/2014
6.0.0-beta1 2,046 12/9/2013
6.0.0-alpha2 504 11/7/2013
6.0.0-alpha1 141 10/4/2013

Feature:
               1. Add Instance Annotation on ODataProperty and ODataComplexValue
               2. UrlParser supports some Arithmetic Operators and built-in functions
                               a. Support add, sub operators between DatetimeOffset and Duration
                               b. Support the negation operator for duration
                               c. Support following built-in functions:
                                     Edm.Decimal fractionalseconds(Edm.DateTimeOffset)
                                     Edm.Int32 totaloffsetminutes(Edm.DateTimeOffset)
                                     Edm.DateTimeOffset now()
                                     Edm.DateTimeOffset maxdatetime()
                                     Edm.DateTimeOffset mindatetime()
                                     Edm.Decimal totalseconds(Edm.Duration)
               
               3. ODL supports advertising functions/actions which bound to a collection of entities in payload by using name/value pairs of title and target
                               
Bug fixes:
               1. Fix a bug that Client cannot serialize/deserialize a collection property whose element type is abstract complex type, but the element value is concrete