marshallward / TiledSharp

C# library for parsing and importing TMX and TSX files generated by Tiled, a tile map generation tool
http://marshallward.github.io/TiledSharp
Apache License 2.0
328 stars 87 forks source link

NuGet package version is not up-to-date #64

Closed ghost closed 2 years ago

ghost commented 4 years ago

Hello,

It seems like the NuGet package for TiledSharp is not entirely up-to-date. Things like the constructor for TmxMap that takes an XDocument is not present in the NuGet version, while it is included in the latest version on GitHub.

This makes it impossible for me to use the NuGet version in favor of compiling the DLL myself, since I need certain new features. I know the package hasn't been up-to-date for a while and it would be great if it was!

lucasteles commented 4 years ago

And the nuget version is not in .net standard yet