Skip to content

Commit

Permalink
API version 5.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Shtepan committed Jul 28, 2016
1 parent 9ab1851 commit a7fb2d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,25 @@

**InTouch** - is a C# wrapper for [vk.com](https://vk.com/) API.

Compatible with version **5.52** of **[:link:VK API](https://new.vk.com/dev/versions)**.
Compatible with version **5.53** of **[:link:VK API](https://new.vk.com/dev/versions)**.

[:uk: Readme](README.md)   [:ru: Документация на русском.](README.ru.md)

# Changelog

## v1.0.15 (July 28, 2016)
- API aligned with latest version of VK API (5.53).
- Fixed AudioGenres.Speech enum value. @RomanGL in [#2](https://github.com/virtyaluk/InTouch/pull/2).
- AudioSearchParams.SearchOwn MethodParamAttribute.Name fix. @RomanGL in [#3](https://github.com/virtyaluk/InTouch/pull/3).
- Implemented ToString for Audio, Video, Doc, BaseAlbum and ResponseError. @RomanGL in [#4](https://github.com/virtyaluk/InTouch/pull/4).
- Fixed method mask in InTouch.Request<T>. @RomanGL in [#5](https://github.com/virtyaluk/InTouch/pull/5).
- Allows sessions with duration of `0`. @acedened in [#6](https://github.com/virtyaluk/InTouch/pull/6).
- APIVersion: type changed to string. @RomanGL in [#7](https://github.com/virtyaluk/InTouch/pull/7).

## v1.0.14 (April 30, 2016)

- Added new **messages.sendSticker** method;
- API aligned with latest version of VK API (5.52);
- Added new **messages.sendSticker** method.
- API aligned with latest version of VK API (5.52).
- Bug fixes and code improvements.

---
Expand Down
2 changes: 1 addition & 1 deletion ModernDev.InTouch.Shared/InTouch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial class InTouch : IDisposable
/// <summary>
/// The used API version.
/// </summary>
public const string APIVersion = "5.52";
public const string APIVersion = "5.53";

/// <summary>
/// Determines the language for the data to be displayed on.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Be sure to check out official VK's **[:link:Quick start](https://new.vk.com/dev/main)** guide before you dive into **InTouch**.

Compatible with version **5.52** of **[:link:VK API](https://new.vk.com/dev/versions)**.
Compatible with version **5.53** of **[:link:VK API](https://new.vk.com/dev/versions)**.

[:calendar: Changelog](CHANGELOG.md) &nbsp; [:ru: Документация на русском.](README.ru.md)

Expand Down

0 comments on commit a7fb2d0

Please sign in to comment.