Skip to content

Commit 9a2b534

Browse files
committed
Update nuspec with new dependencies
1 parent a741057 commit 9a2b534

File tree

1 file changed

+42
-41
lines changed

1 file changed

+42
-41
lines changed
+42-41
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
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>Microsoft.Bot.Builder</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.
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>Microsoft.Bot.Builder</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.
1010

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="Autofac" version="3.5.2"/>
23-
<dependency id="autorest" version="0.15.0"/>
24-
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
25-
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
26-
<dependency id="Microsoft.Bot.Connector" version="1.1.0" />
27-
<dependency id="Microsoft.Rest.ClientRuntime" version="1.8.2" />
28-
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.1" />
29-
<dependency id="Newtonsoft.Json" version="8.0.3" />
30-
</dependencies>
31-
</metadata>
32-
<files>
33-
<file src="bin\release\Microsoft.Bot.Builder.dll" target="lib\net46"/>
34-
<file src="bin\release\Microsoft.Bot.Builder.xml" target="lib\net46" />
35-
<file src="..\tools\rview\bin\release\RView.exe" target="tools"/>
36-
<file src="bin\release\ar\*.dll" target="lib\net46\ar"/>
37-
<file src="bin\release\en\*.dll" target="lib\net46\en"/>
38-
<file src="bin\release\es\*.dll" target="lib\net46\es"/>
39-
<file src="bin\release\fa\*.dll" target="lib\net46\fa"/>
40-
<file src="bin\release\fr\*.dll" target="lib\net46\fr"/>
41-
<file src="bin\release\ja\*.dll" target="lib\net46\ja"/>
42-
<file src="bin\release\ru\*.dll" target="lib\net46\ru"/>
43-
<file src="bin\release\zh-hans\*.dll" target="lib\net46\zh-hans"/>
44-
</files>
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="Autofac" version="3.5.2"/>
23+
<dependency id="Chronic.Signed" version="0.3.2" />
24+
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
25+
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
26+
<dependency id="Microsoft.Bot.Connector" version="1.1.0" />
27+
<dependency id="Microsoft.Rest.ClientRuntime" version="1.8.2" />
28+
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.1" />
29+
<dependency id="Newtonsoft.Json" version="8.0.3" />
30+
<dependency id="Newtonsoft.Json.Schema" version="2.0.2" />
31+
</dependencies>
32+
</metadata>
33+
<files>
34+
<file src="bin\release\Microsoft.Bot.Builder.dll" target="lib\net46"/>
35+
<file src="bin\release\Microsoft.Bot.Builder.xml" target="lib\net46" />
36+
<file src="..\tools\rview\bin\release\RView.exe" target="tools"/>
37+
<file src="bin\release\ar\*.dll" target="lib\net46\ar"/>
38+
<file src="bin\release\en\*.dll" target="lib\net46\en"/>
39+
<file src="bin\release\es\*.dll" target="lib\net46\es"/>
40+
<file src="bin\release\fa\*.dll" target="lib\net46\fa"/>
41+
<file src="bin\release\fr\*.dll" target="lib\net46\fr"/>
42+
<file src="bin\release\ja\*.dll" target="lib\net46\ja"/>
43+
<file src="bin\release\ru\*.dll" target="lib\net46\ru"/>
44+
<file src="bin\release\zh-hans\*.dll" target="lib\net46\zh-hans"/>
45+
</files>
4546
</package>

0 commit comments

Comments
 (0)