babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Fixed JsonReaderException when Stat.DefaultValue exceeds int value range #61

Closed ckuepker closed 6 years ago

ckuepker commented 6 years ago

Should fix #60 by extending the type for both DefaultValue properties in stats to long

babelshift commented 6 years ago

Can you see my comments on the issue for what I think should happen? Thanks.

babelshift commented 6 years ago

Should be fixed on the newest nuget package release (4.0.7).