You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.