parzivail / SGP.NET

C# SGP4 Satellite Prediction Library. Load satellites from TLEs, convert between coordinate systems and reference frames, observe satellites from ground stations, and more.
MIT License
30 stars 14 forks source link

Add NET Standard 2.0 build target #19

Closed Wieschie closed 4 years ago

Wieschie commented 4 years ago

I added a netstandard2.0 target framework.

The NuGet package should continue to function as normal for netstandard1.4 users - there's just a new lib/netstandard2.0 folder included.

I also added the XML documentation to the NuGet package, so users who download and install it will have all of the docs included.

Let me know if you have any questions or would like any changes!

parzivail commented 4 years ago

Looks good. Thanks for catching the spelling mistake. Guess I should enable spellcheck outside of xmldocs.

Wieschie commented 4 years ago

Thanks for the quick response and the great library!

I always struggle with spellcheck outside of comments - I can never find one that doesn't cause enough false positives to make me disable it.