virtyaluk / InTouch

:busts_in_silhouette: InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.
GNU General Public License v3.0
33 stars 14 forks source link

APIVersion: type changed to string #7

Closed RomanGL closed 8 years ago

RomanGL commented 8 years ago

Hello! Don't use double for APIVersion, because ToString() method (e.g. in Russian system localization) returns "5,52" while expected "5.52". VK reacts incorrectly to a comma in version and returns incorrect results. Use string for this.