Releases: GeoJSON-Net/GeoJSON.Net
Releases · GeoJSON-Net/GeoJSON.Net
1.4.1
Compare
Sorry, something went wrong.
No results found
What's Changed
New release Action to deploy to Nuget upon release
Full Changelog : 1.4.0...1.4.1
1.4.0
Compare
Sorry, something went wrong.
No results found
janusw
released this
10 Jul 20:35
What's Changed
Add a working GitHub Actions config (for CI builds) by @janusw in #173
GitHub Actions: upload nupkg as artifact by @janusw in #175
make Feature.properties optional by @janusw in #167
Make Feature.geometry optional by @janusw in #179
update Newtonsoft.Json to 13.0.3 by @janusw in #168
Update target frameworks and package dependencies by @janusw in #180
Release 1.4.0 by @janusw in #181
New Contributors
Full Changelog : 1.3.6-rc...1.4.0
1.2.15
Compare
Sorry, something went wrong.
No results found
Added .Net Standard 2.0 and 2.1 targets
1.2.14
Compare
Sorry, something went wrong.
No results found
New build process
Use TryGetValue over ContainsKey+Indexer (Thanks @jnyrup )
Use generic comparison to avoid boxing (Thanks @jnyrup )
1.1.73
Compare
Sorry, something went wrong.
No results found
1.1.72
Compare
Sorry, something went wrong.
No results found
coordinates are not validated against geographic coordinate bounds, can now be any numeric
assembly file version matching nuget package version
1.1.71
Compare
Sorry, something went wrong.
No results found
Deserialize LinkedCRS with the href from its properties
Not tied to lat/lon coordinates anymore
Feature constructor updated to follow the Liskov Substitution Principle
1.1.70
Compare
Sorry, something went wrong.
No results found
Package changes
Issue 101, deserializing a LinkedCRS always errors
Removal of lat long validation from previous package
General changes
More comprehensive git ignore
1.1.68
Compare
Sorry, something went wrong.
No results found
Package changes:
Issue 108, lat long validation in Position constructor
General Code Changes:
Readme file changes
Git Ignore changes
Unit test changes
1.1.64
Compare
Sorry, something went wrong.
No results found
Fixing null equality check