Skip to content

Commit 5d832c9

Browse files
committed
2.2.0
-nuspec changes
1 parent ef877af commit 5d832c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
Features:
1717
- Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects
18-
- Supports Well-known Text inputs
18+
- Supports Well-known Text (WKT) inputs
1919
- Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects
2020
- Supports all types of features defined in geojson specs
2121
- Supports boundingbox property defined in geojson specs

GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
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.
1515

1616
Features:
17-
- Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects
18-
- Supports Well-known Text inputs
17+
- Supports Entity Framework v5 (System.Data.Spatial namespace) objects
18+
- Supports Well-known Text (WKT) inputs
1919
- Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects
2020
- Supports all types of features defined in geojson specs
2121
- Supports boundingbox property defined in geojson specs

0 commit comments

Comments
 (0)