BingMapsRESTToolkit icon indicating copy to clipboard operation
BingMapsRESTToolkit copied to clipboard

Could you publish 1.1.5 to NuGet?

Open adv12 opened this issue 2 years ago • 4 comments

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

adv12 avatar Mar 21 '23 20:03 adv12

Any update guys? May you please publish latest

MoeHamdan avatar Oct 03 '23 13:10 MoeHamdan

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.

rbrundritt avatar Oct 03 '23 15:10 rbrundritt

Hello @rbrundritt

Thanks for you reply, so you recommend using AzureMapsServices?

MoeHamdan avatar Oct 04 '23 09:10 MoeHamdan

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.

rbrundritt avatar Oct 04 '23 17:10 rbrundritt