Skip to content

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Nov 9, 2016
1 parent a5c05af commit 24f4a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ApiAiSDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>ApiAiSDK</id>
<version>1.6.3</version>
<version>1.6.4</version>
<title>ApiAiSDK</title>
<authors>Speaktoit</authors>
<owners>Speaktoit</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://api.ai/assets/ico/favicon-220ed053738020816b0c8b48de7212a8.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library provides simple programming interface for making text and voice requests to the API.AI service.</description>
<releaseNotes>Support for complex parameters in contexts</releaseNotes>
<releaseNotes>Added messages field to fulfillment</releaseNotes>
<copyright>2016 Speaktoit, Inc.</copyright>
<tags>natural language processing</tags>

Expand Down
2 changes: 1 addition & 1 deletion ApiAiSDK/LibraryInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ApiAiSDK
{
internal static class LibraryInfo
{
internal const string Version = "1.6.3";
internal const string Version = "1.6.4";

internal const string Title = "ApiAiSDK";
internal const string Description = "Library provides simple programming interface for making text and voice requests to the API.AI service.";
Expand Down

0 comments on commit 24f4a9f

Please sign in to comment.