maximn / google-maps

Google Maps Web Services API wrapper for .NET
BSD 2-Clause "Simplified" License
191 stars 143 forks source link

netstandard 2.0 support #154

Closed rukeba closed 2 years ago

rukeba commented 2 years ago

Hello team,

I have been using this great library in an legacy project. Now the project is in the process of migrating to NET 5/6 and the .netstandard packages help a lot. It would be great if GoogleMaps had a .netstandard build too.

rukeba commented 2 years ago

@maximn thanks.

What about new version in NuGet?

maximn commented 2 years ago

The action to publish failed. https://github.com/maximn/google-maps/actions/runs/3002428542

I'll try to find some time to look at it. If you can check it as well please go ahead.

I suspect that maybe the publish script (brandedoutcast/publish-nuget@v2.5.5) is outdated.

maximn commented 2 years ago

Actually I see that it was published, please verify this - https://www.nuget.org/packages/GoogleMapsApi/1.2.1

rukeba commented 2 years ago

Verified. netstandard2.0 build works. Thank you very much.