microsoft / BingMapsRESTToolkit

This is a portable class library which makes it easy to access the Bing Maps REST services from .NET.

Home Page:https://github.com/Microsoft/BingMapsRESTToolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you publish 1.1.5 to NuGet?

adv12 opened this issue · comments

I'd like to consume v1.1.5 via NuGet; can it be published there?

Any update guys? May you please publish latest

To set expectations, the last update was in 2018, I'm fairly confident that NuGet package will not be updated. What you can do instead is download the latest source code and reference the package locally within your solution.

If you have the option, I highly recommend taking a look at Microsoft's Azure Maps. There has been a lot more development in that area, even some Bing maps services have been ported over to there. Even the Bing Maps consumer site is now using the Azure Maps Web SDK. The Azure Maps platform has official .NET client libraries, as well as libraries for other programming languages that are developed and maintained by the Azure Maps team. https://learn.microsoft.com/en-us/azure/azure-maps/rest-sdk-developer-guide

Note that the Bing Maps REST toolkit was a side project I started over 7 years ago as the only other option at the time required a decent amount of work. I handed off this project to the Bing Maps team in 2018. There was one update to the NuGet package after I handed it off.

Hello @rbrundritt

Thanks for you reply, so you recommend using AzureMapsServices?

If you are still in the early stages of your project and have the option to switch over to Azure Maps, I would recommend doing so.