Releases: GeoJSON-Net/GeoJSON.Net
Releases · GeoJSON-Net/GeoJSON.Net
1.1.63
- Add generic Feature<TGeometry, TProps> class
- Replace GeoJsonObject.Type by abstract read-only property
- Make Point.Coordinates readonly & remove parameterless constructor
- Increase immutability of Polygon and LineString & avoid explicit List types
- Rename Converters & extend previous work to more classes
- Make MultiPoint & MultiPolygon immutable and improve corresponding converters
- Make Position formally immutable (and smaller in memory)
- Let Feature derive from Feature<TGeometry, TProps>
- Position.cs: remove redundant null checks & remove misleading comment
- Add missing and fix existing XML docs.
- Remove code that removes DefaultCRS
1.0.62
Linestring to use IPosition in Is_Closed
1.0.60-alpha
Grrrrr Readme update again
v1.0.0 Alpha
Fully RFC 7946 compliant. Deprecating GeographicPosition in favour of Position to match RFC
0.1.55
Last release before moving towards v1.0
0.0.0.4
Bumped version info in assemblyinfo, too
0.0.0.3
Bumped nuspec
0.0.0.2
Tag corresponding to version uploaded to nuget.org
0.0.0.1
Prepared for publish to nuget.org