Skybrud.Social v0.9.4.2
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.