Skip to content

Commit ac568a3

Browse files
committed
2 parents 38db706 + d9f5771 commit ac568a3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# GeoJSON.Net.Contrib [![Build status](https://ci.appveyor.com/api/projects/status/8i73123t14xro67k)](https://ci.appveyor.com/project/GeojsonNet/geojson-net-contrib)
1+
[![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.Contrib.MsSqlSpatial.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET.Contrib.MsSqlSpatial/)
2+
[![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.Contrib.Wkb.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET.Contrib.Wkb/)
3+
[![NuGet Version](http://img.shields.io/nuget/v/GeoJSON.NET.Contrib.EntityFramework.svg?style=flat)](https://www.nuget.org/packages/GeoJSON.NET.Contrib.EntityFramework/)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/8i73123t14xro67k)](https://ci.appveyor.com/project/GeojsonNet/geojson-net-contrib)
5+
6+
7+
# GeoJSON.Net.Contrib
28
Repository for all GeoJSON.Net *.Contrib projects
39

410
## GeoJSON.Net.Contrib.MsSqlSpatial
@@ -82,4 +88,4 @@ byte[] wkbPoint = point.ToWkb();
8288

8389
// Wkb -> GeoJson example
8490
Point pointFromWkb = wkbPoint.ToGeoJSONObject<Point>();
85-
```
91+
```

0 commit comments

Comments
 (0)