BlazorLeaflet icon indicating copy to clipboard operation
BlazorLeaflet copied to clipboard

Nuget Erros

Open adrien426 opened this issue 4 years ago • 1 comments

Nuget not compile correctly. the events namespace or the LatLng class is missing. could you publish a new version?

adrien426 avatar Sep 21 '20 12:09 adrien426

I'll second the request to publish an updated nuget.


The documentation on the front of this repo is for the current state of the master branch and unfortunately the API has changed significantly in the months since a version tag was last added and submitted as a new nuget version.

If you're using the public nuget rather than compiling master yourself, you'll want to select the appropriate tag and view the documentation and samples as they were at that point.

For the current 0.4.0-alpha branch, this link should take you there: https://github.com/Mehigh17/BlazorLeaflet/tree/0.4.0-alpha

TheAtomicOption avatar Sep 10 '21 21:09 TheAtomicOption