charlenni / Mapsui.Forms

Xamarin.Forms wrapper around Mapsui
MIT License
6 stars 3 forks source link

Update xamarin.forms library to the last version #8

Closed stee85 closed 5 years ago

stee85 commented 6 years ago

Hi, this is not exactly an issue but I would like to ask you to update your library to support Xamarin.Forms 3.3.0 and Newtonsoft.json 11.0.2. Thank you

NU1608: Detected package version outside of dependency constraint: Mapsui.Forms 0.2.1 requires Xamarin.Forms (>= 2.5.0 && < 2.6.0) but version Xamarin.Forms 3.3.0.912540 was resolved.

NU1608: Detected package version outside of dependency constraint: Mapsui 1.3.0 requires Newtonsoft.json (>= 9.0.0 && < 11.0.0) but version Newtonsoft.Json 11.0.2 was resolved.

Thank you

pcloof commented 5 years ago

+1

I just saw that there is a MapsuiForms package (different from Mapsui.Forms) on NuGet that seems to be a one-time newer versio, what is the idea behind this? Can you tell something about plans for upcoming releases and future plans?

charlenni commented 5 years ago

Mapsui.Forms isn't supported anymore. It is replaced by the Mapsui.Forms MapControl/MapView object. It is a solution without renderer and is based on the SkiaSharp view.

WEBSISCO commented 5 years ago

Hi, can you explain a little bit better what I have to do, please? Is there a new NuGet package to install?

Thank you

charlenni commented 5 years ago

Yes, there is a new beta NuGet package on nuget.org.

The handling should be the same, but now you don't use any renderers. The new Mapsui.Forms has the normal SkiaSharp.View.Forms as base. So it works everywhere, where SkiaSharp works.