-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathApiAiSDK.nuspec
28 lines (26 loc) · 1.15 KB
/
ApiAiSDK.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>ApiAiSDK</id>
<version>1.6.5</version>
<title>ApiAiSDK</title>
<authors>Speaktoit</authors>
<owners>Speaktoit</owners>
<licenseUrl>http://github.com/api-ai/api-ai-net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/api-ai/api-ai-net</projectUrl>
<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>Added ActionIncomplete field to result</releaseNotes>
<copyright>2016 Speaktoit, Inc.</copyright>
<tags>natural language processing</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="ApiAiSDK/bin/Release/ApiAiSDK.dll" target="lib/net35" />
<file src="ApiAiSDK.WP8/bin/Release/ApiAiSDK.dll" target="lib/wpa" />
<file src="ApiAiSDK.W10/bin/Release/ApiAiSDK.dll" target="lib/uap10.0" />
</files>
</package>