Skip to content

Commit c448b81

Browse files
authored
Bump default API version for VK (#590)
Updates default API version to 5.131.
1 parent ed0c8bf commit c448b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AspNet.Security.OAuth.Vkontakte/VkontakteAuthenticationDefaults.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ public static class VkontakteAuthenticationDefaults
5252
/// <summary>
5353
/// Default API version.
5454
/// </summary>
55-
public const string ApiVersion = "5.78";
55+
public const string ApiVersion = "5.131";
5656
}
5757
}

test/AspNet.Security.OAuth.Providers.Tests/Vkontakte/bundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
{
16-
"uri": "https://api.vk.com/method/users.get.json?access_token=secret-access-token&v=5.78&fields=id,first_name,last_name,photo_rec,photo,hash",
16+
"uri": "https://api.vk.com/method/users.get.json?access_token=secret-access-token&v=5.131&fields=id,first_name,last_name,photo_rec,photo,hash",
1717
"contentFormat": "json",
1818
"contentJson": {
1919
"response": [

0 commit comments

Comments
 (0)