JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Include Score information inside Here.com response as missing #33

Closed caspertwo closed 2 years ago

JustinCanton commented 2 years ago

I am not sure why I didn't add this in the first place. But thank you for the update.

caspertwo commented 2 years ago

Cool, thanks a lot! Any chance on releasing the develop changes soon? Didn't want to mess with the branch strategy here and that's why the PR was against develop and not master directly 😅

JustinCanton commented 2 years ago

No problem! Thank you for helping with the code! PRs that get merged automatically make a build for use. Right now you will notice on nuget.org there is a new version of Geo.Here (1.1.0-alpha.2). You can use that for testing.

I am following the GitFlow branching strategy on this repo. I will hopefully be creating a 1.1.0 release soon. I am planning on adding net6.0 support, refactoring some code, and re-reviewing all of the methods to make sure nothing new has been added in the different APIs.

caspertwo commented 2 years ago

Great! Thanks a lot & keep up the good work! 👍