Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
-nuspec changes
  • Loading branch information
alatas committed Jan 17, 2017
1 parent ef877af commit 5d832c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GeoJSON4EntityFramework/GeoJSON4EntityFramework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions GeoJSON4EntityFramework5/GeoJSON4EntityFramework5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d832c9

Please sign in to comment.