From 5d832c973ca2e41f96d9ee69a133725e03189c0b Mon Sep 17 00:00:00 2001 From: Sukru Alatas Date: Tue, 17 Jan 2017 23:19:17 +0300 Subject: [PATCH] 2.2.0 -nuspec changes --- GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec | 2 +- GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec b/GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec index 0a37ca8..cf5c72a 100644 --- a/GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec +++ b/GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec @@ -15,7 +15,7 @@ Features: - Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects - - Supports Well-known Text inputs + - Supports Well-known Text (WKT) inputs - Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects - Supports all types of features defined in geojson specs - Supports boundingbox property defined in geojson specs diff --git a/GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec b/GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec index 105a9d4..87b442c 100644 --- a/GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec +++ b/GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec @@ -14,8 +14,8 @@ GeoJSON for EntityFramework is a .net library that allows you to create GeoJSON output from EntityFramework Spatial Data or WKT inputs. In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well. Features: - - Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects - - Supports Well-known Text inputs + - Supports Entity Framework v5 (System.Data.Spatial namespace) objects + - Supports Well-known Text (WKT) inputs - Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects - Supports all types of features defined in geojson specs - Supports boundingbox property defined in geojson specs