scottschluer / geolocation

A C# class library that will calculate distance and cardinal direction between two sets of coordinates and provides the lat/long boundaries around an origin coordinate allowing for simple SQL or LINQ selection of locations within the given radius.
MIT License
203 stars 46 forks source link

Wrong nuget version #28

Open przemo098 opened 1 year ago

przemo098 commented 1 year ago

Hello it seems that nuget shows only version 1.1.1 https://www.nuget.org/packages/Geolocation.NetStandard And the newset one is 1.2.1 https://github.com/scottschluer/geolocation/releases/tag/1.2.1 Can someone update nuget ?