chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
443 stars 155 forks source link

Add support .NET Core #72

Closed valeravorobjev closed 7 years ago

Pinski commented 7 years ago

Are there any plans on adding this functionality?

chadly commented 7 years ago

It now builds against .Net Standard 1.3 in v4.0. See the latest release notes.

niemyjski commented 6 years ago

@chadly the build seems to be failing and the nuget packages are on 3.6.1. Can you please push an updated 4.0 :)

chadly commented 6 years ago

The Geocoding.net package has been deprecated in favor of split packages:

Install-Package Geocoding.Google
Install-Package Geocoding.MapQuest
Install-Package Geocoding.Microsoft
Install-Package Geocoding.Yahoo

See the updated readme.