Skip to content

Commit 688932a

Browse files
chrimc62msft-shahins
authored andcommitted
Updated nuspec.
1 parent f5f7e61 commit 688932a

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed
Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
<?xml version="1.0"?>
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3-
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4-
<id>$id$</id>
5-
<version>$version$</version>
6-
<authors>Microsoft</authors>
7-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
8-
<description>The Microsoft.Bot.Builder is a framework for building bots based on a persistent dialog system</description>
9-
<summary>The Microsoft.Bot.Builder is a framework for building bots based on a persistent dialog system</summary>
10-
<language>en-US</language>
11-
<dependencies>
12-
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
13-
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
14-
<dependency id="Microsoft.Bot.Connector" version="1.0.0.0" />
15-
<dependency id="Microsoft.Rest.ClientRuntime" version="1.8.2" />
16-
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" />
17-
<dependency id="Newtonsoft.Json" version="7.0.1" />
18-
</dependencies>
19-
</metadata>
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>$id$</id>
5+
<version>$version$</version>
6+
<authors>Microsoft</authors>
7+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
8+
<description>
9+
Microsoft Bot Builder is a powerful framework for constructing bots that can handle both freeform interactions and more guided ones where the possibilities are explicitly shown to the user. It is easy to use and leverages C# to provide a natural way to write bots.
10+
11+
High Level Features:
12+
* Powerful dialog system with dialogs that are isolated and composable.
13+
* Built-in dialogs for simple things like Yes/No, strings, numbers, enumerations.
14+
* Built-in dialogs that utilize powerful AI frameworks like LUIS http://luis.ai.
15+
* Bots are stateless which helps them scale.
16+
* Form Flow for automatically generating a Bot from a C# class for filling in the class and that supports help, navigation, clarification and confirmation.
17+
See http://docs.botframework.com/sdkreference/csharp/ for documentation.
18+
</description>
19+
<summary>Microsoft.Bot.Builder is a framework for easily building stateless bots that span from regular expressions to AI based natural language.</summary>
20+
<language>en-US</language>
21+
<dependencies>
22+
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
23+
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
24+
<dependency id="Microsoft.Bot.Connector" version="1.0.0.0" />
25+
<dependency id="Microsoft.Rest.ClientRuntime" version="1.8.2" />
26+
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" />
27+
<dependency id="Newtonsoft.Json" version="7.0.1" />
28+
</dependencies>
29+
</metadata>
2030
</package>

0 commit comments

Comments
 (0)