Skip to content

Skybrud.Social v0.9.4.2

Compare
Choose a tag to compare
@abjerner abjerner released this 11 May 07:17
· 287 commits to master since this release

» Install via NuGet

Changelog for v0.9.4.2

The documentation for the Instagram API doesn't specify the type of IDs of a location, so I had originally just assumed System.Int32 in .NET would be okay. My assumption has been true for more than three years, but some locations now appear to have IDs greater than what is supported by System.Int32, so the code have now been updated to use System.Int64 instead.