Skip to content

Releases: GeoJSON-Net/GeoJSON.Net

1.4.1

12 Jul 07:56
Compare
Choose a tag to compare

What's Changed

  • New release Action to deploy to Nuget upon release

Full Changelog: 1.4.0...1.4.1

1.4.0

10 Jul 20:35
62e6ea8
Compare
Choose a tag to compare

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

25 Feb 22:07
Compare
Choose a tag to compare

Added .Net Standard 2.0 and 2.1 targets

1.2.14

25 Feb 22:06
79b025a
Compare
Choose a tag to compare
  • New build process
  • Use TryGetValue over ContainsKey+Indexer (Thanks @jnyrup)
  • Use generic comparison to avoid boxing (Thanks @jnyrup)

1.1.73

25 Feb 22:04
Compare
Choose a tag to compare

Assembly has strong name

1.1.72

27 Feb 08:17
Compare
Choose a tag to compare
  • coordinates are not validated against geographic coordinate bounds, can now be any numeric
  • assembly file version matching nuget package version

1.1.71

26 Feb 20:57
f15b133
Compare
Choose a tag to compare
  • 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

05 Jan 19:44
Compare
Choose a tag to compare

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

05 Jan 19:36
Compare
Choose a tag to compare

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

14 Aug 08:09
Compare
Choose a tag to compare
  • Fixing null equality check