Skip to content

Commit

Permalink
SDK Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Sep 23, 2015
1 parent c240022 commit 1dda523
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ packages
ApiAiSDK.WP8/bin
ApiAiSDK.WP8/obj
*.suo
api-ai-net.sln.DotSettings.user
4 changes: 2 additions & 2 deletions ApiAiSDK.WP8/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: ComVisible(false)]
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.3.2</version>
<version>1.4.0</version>
<title>ApiAiSDK</title>
<authors>Speaktoit</authors>
<owners>Speaktoit</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>http://api.ai/assets/ico/favicon-e15c6e41317c4ff907cc983a5c8676d9.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library provides simple programming interface for making text and voice requests to the API.AI service.</description>
<releaseNotes>Added user entities support, removed SSL workaround</releaseNotes>
<releaseNotes>Fix bug with protocol schema</releaseNotes>
<copyright>2015 Speaktoit, Inc.</copyright>
<tags>natural language processing</tags>

Expand Down
2 changes: 1 addition & 1 deletion ApiAiSDK/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.3.2")]
[assembly: AssemblyVersion("1.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 1dda523

Please sign in to comment.