This repository was archived by the owner on Jan 28, 2026. It is now read-only.
v4.0.0
- All new
asyncAPI by default. No moregeocoder.Geocode; insteadawait 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.netpackage; the package is split intoGeocoding.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