Closed mormegil-cz closed 5 months ago
Thanks for the PR! However, note that master branch has dropped support on .NET Standard 2.1 (#108). If you need support on prior SDK versions, we'll need to also cherry-pick this back to v0.8 branch.
Released v0.9.0-int.0
.
If you need support on prior SDK versions, we'll need to also cherry-pick this back to v0.8 branch.
Nope, I’m fine with the current SDK, thanks!
In df21c73a5636676cff99eeb2a1c7a1e2218f88bf, revision IDs have been changed to 64-bit longs, which is now necessary on Wikidata. However, wrong explicit
(int)
casts remained in the code at multiple places, causing exceptions.Fixes #112