Skip to content

Commit 15aced7

Browse files
author
Danil Skachkov
committed
SDK Version 1.1.0
1 parent cb2fdf7 commit 15aced7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ApiAiSDK/ApiAiSDK.nuspec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>ApiAiSDK</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<title>ApiAiSDK</title>
77
<authors>Speaktoit</authors>
88
<owners>Speaktoit</owners>
@@ -11,12 +11,16 @@
1111
<iconUrl>http://api.ai/assets/ico/favicon-e15c6e41317c4ff907cc983a5c8676d9.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Library provides simple programming interface for making text and voice requests to the API.AI service.</description>
14-
<releaseNotes>First version of the API.AI NET SDK.</releaseNotes>
14+
<releaseNotes>Changed Json parser to Json.NET. Added useful methods to model classes.</releaseNotes>
1515
<copyright>2015 Speaktoit, Inc.</copyright>
1616
<tags>natural language processing</tags>
17+
18+
<dependencies>
19+
<dependency id="Newtonsoft.Json" version="6.0.8" />
20+
</dependencies>
21+
1722
</metadata>
1823
<files>
1924
<file src="bin/Release/ApiAiSDK.dll" target="lib/Net35" />
20-
<file src="lib/fastJSON.dll" target="lib/Net35" />
2125
</files>
2226
</package>

0 commit comments

Comments
 (0)