Skip to content

v4.0.0

Compare
Choose a tag to compare
@chadly chadly released this 13 Jun 21:33
· 27 commits to master since this release
  • All new async API by default. No more geocoder.Geocode; instead await geocoder.GeocodeAsync
  • The repo builds against .Net Standard 1.3 now so can be used across .net core and .net framework alike. Big thanks to @adamhathcock via #71.
  • Instead of IL merging into one Geocoding.net package; the package is split into Geocoding.Core, Geocoding.Google, Geocoding.Yahoo, Geocoding.MapQuest, Geocoding.Microsoft. Install only what you need.
  • No more signed assemblies. They have caused too much pain in the past. Please use strong namer if you need signed assemblies.
  • #70 Add bounds to GoogleAddress