diff --git a/CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs
index fb6f4adc88..f03860d2df 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs
@@ -32,8 +32,8 @@
// 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("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]
diff --git a/CSharp/Library/Microsoft.Bot.Builder.Calling/Microsoft.Bot.Builder.Calling.nuspec b/CSharp/Library/Microsoft.Bot.Builder.Calling/Microsoft.Bot.Builder.Calling.nuspec
index 36806374d0..f4d5064dd9 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.Calling/Microsoft.Bot.Builder.Calling.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Builder.Calling/Microsoft.Bot.Builder.Calling.nuspec
@@ -1,34 +1,32 @@
-
- Microsoft.Bot.Builder.Calling
- $version$
- Microsoft
- microsoft, BotFramework, nugetbotbuilder
- © Microsoft Corporation. All rights reserved.
- true
- https://github.com/Microsoft/BotBuilder/blob/master/LICENSE
-
- Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype.
-
- https://github.com/Microsoft/BotBuilder
- http://docs.botframework.com/images/bot_icon.png
- A Microsoft Bot Builder extension for Skype Calling API.
- en-US
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Microsoft.Bot.Builder.Calling
+ $version$
+ Microsoft
+ microsoft, BotFramework, nugetbotbuilder
+ © Microsoft Corporation. All rights reserved.
+ true
+ https://github.com/Microsoft/BotBuilder/blob/master/LICENSE
+
+ Microsoft Bot Builder extension for Skype Calling API. It provides the required constructs to extend your bot to handle incoming calls from Skype.
+
+ https://github.com/Microsoft/BotBuilder
+ http://docs.botframework.com/images/bot_icon.png
+ A Microsoft Bot Builder extension for Skype Calling API.
+ en-US
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CSharp/Library/Microsoft.Bot.Builder.Calling/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Builder.Calling/Properties/AssemblyInfo.cs
index 2fa3855654..826f7221f1 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.Calling/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Builder.Calling/Properties/AssemblyInfo.cs
@@ -31,8 +31,8 @@
// 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("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/Properties/AssemblyInfo.cs
index d80d7b70b9..8f9aa41a7c 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/Properties/AssemblyInfo.cs
@@ -33,8 +33,8 @@
// 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("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]
diff --git a/CSharp/Library/Microsoft.Bot.Builder.History/Microsoft.Bot.Builder.History.nuspec b/CSharp/Library/Microsoft.Bot.Builder.History/Microsoft.Bot.Builder.History.nuspec
index 81cd72a329..116536f2d1 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.History/Microsoft.Bot.Builder.History.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Builder.History/Microsoft.Bot.Builder.History.nuspec
@@ -1,29 +1,30 @@
-
- Microsoft.Bot.Builder.History
- $version$
- Microsoft
- microsoft, BotFramework, nugetbotbuilder
- © Microsoft Corporation. All rights reserved.
- true
- https://github.com/Microsoft/BotBuilder/blob/master/LICENSE
-
- Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder.
+
+ Microsoft.Bot.Builder.History
+ $version$
+ Microsoft
+ microsoft, BotFramework, nugetbotbuilder
+ © Microsoft Corporation. All rights reserved.
+ true
+ https://github.com/Microsoft/BotBuilder/blob/master/LICENSE
+
+ Provide interfaces and classes for working with conversation histories in the Microsoft Bot Builder.
In particular this includes facilities to walk across stored histories and replay them.
-
- https://github.com/Microsoft/BotBuilder
- http://docs.botframework.com/images/bot_icon.png
- Microsoft History extensions for Microsoft.Bot.Builder.
- en-US
-
-
-
-
-
-
-
-
-
-
+
+ https://github.com/Microsoft/BotBuilder
+ http://docs.botframework.com/images/bot_icon.png
+ Microsoft History extensions for Microsoft.Bot.Builder.
+ en-US
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CSharp/Library/Microsoft.Bot.Builder.History/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Builder.History/Properties/AssemblyInfo.cs
index 2a2ec88d04..33a6b18227 100644
--- a/CSharp/Library/Microsoft.Bot.Builder.History/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Builder.History/Properties/AssemblyInfo.cs
@@ -31,8 +31,8 @@
// 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("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Builder/Microsoft.Bot.Builder.nuspec b/CSharp/Library/Microsoft.Bot.Builder/Microsoft.Bot.Builder.nuspec
index 8fe039d76c..c3d6cf386d 100644
--- a/CSharp/Library/Microsoft.Bot.Builder/Microsoft.Bot.Builder.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Builder/Microsoft.Bot.Builder.nuspec
@@ -28,7 +28,7 @@
-
+
diff --git a/CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs
index 5ee9e534af..cac71a114d 100644
--- a/CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs
@@ -33,8 +33,8 @@
// 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("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Microsoft.Bot.Connector.AspNetCore.nuspec b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Microsoft.Bot.Connector.AspNetCore.nuspec
index 33b462f189..2d0ad7629d 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Microsoft.Bot.Connector.AspNetCore.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Microsoft.Bot.Connector.AspNetCore.nuspec
@@ -2,7 +2,7 @@
Microsoft.Bot.Connector.AspNetCore
- 1.1.3.10
+ 1.1.3.11
Microsoft
microsoft, BotFramework, nugetbotbuilder
https://bots.botframework.com/Client/Images/bot-framework-default-7.png
@@ -22,7 +22,7 @@
-
+
diff --git a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Properties/AssemblyInfo.cs
index 62401634e2..04c842e174 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore/Properties/AssemblyInfo.cs
@@ -12,8 +12,8 @@
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("1.1.3.10")]
-[assembly: AssemblyFileVersion("1.1.3.10")]
+[assembly: AssemblyVersion("1.1.3.11")]
+[assembly: AssemblyFileVersion("1.1.3.11")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/AssemblyInfo.cs
index f658dd8edc..8d43fd2aa2 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/AssemblyInfo.cs
@@ -10,8 +10,8 @@
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("2.0.1.2")]
-[assembly: AssemblyFileVersion("2.0.1.2")]
+[assembly: AssemblyVersion("2.0.1.3")]
+[assembly: AssemblyFileVersion("2.0.1.3")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/Microsoft.Bot.Connector.AspNetCore2.nuspec b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/Microsoft.Bot.Connector.AspNetCore2.nuspec
index fdb05ddf03..a9468ac776 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/Microsoft.Bot.Connector.AspNetCore2.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Connector.AspNetCore2/Microsoft.Bot.Connector.AspNetCore2.nuspec
@@ -2,7 +2,7 @@
Microsoft.Bot.Connector.AspNetCore
- 2.0.1.2
+ 2.0.1.3
Microsoft
microsoft, BotFramework, nugetbotbuilder
https://bots.botframework.com/Client/Images/bot-framework-default-7.png
@@ -19,7 +19,7 @@
-
+
diff --git a/CSharp/Library/Microsoft.Bot.Connector.Falcon/Microsoft.Bot.Connector.nuspec b/CSharp/Library/Microsoft.Bot.Connector.Falcon/Microsoft.Bot.Connector.nuspec
index c6de1857b2..a5eba73196 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.Falcon/Microsoft.Bot.Connector.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Connector.Falcon/Microsoft.Bot.Connector.nuspec
@@ -2,7 +2,7 @@
Microsoft.Bot.Connector
- 3.14.1.0
+ 3.14.1.1
Microsoft
microsoft, BotFramework, nugetbotbuilder
https://bots.botframework.com/Client/Images/bot-framework-default-7.png
diff --git a/CSharp/Library/Microsoft.Bot.Connector.Falcon/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.Falcon/Properties/AssemblyInfo.cs
index 49b1e35ab4..d17dfaa71f 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.Falcon/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.Falcon/Properties/AssemblyInfo.cs
@@ -10,8 +10,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs
index 07c82e74b7..99a429a42f 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs
@@ -1,8 +1,8 @@
using System.Reflection;
using System.Resources;
-[assembly: AssemblyVersion("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Microsoft.Bot.Connector.nuspec b/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Microsoft.Bot.Connector.nuspec
index b2e105284b..ca7a85696b 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Microsoft.Bot.Connector.nuspec
+++ b/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Microsoft.Bot.Connector.nuspec
@@ -2,7 +2,7 @@
Microsoft.Bot.Connector
- 3.14.1.0
+ 3.14.1.1
Microsoft
microsoft, BotFramework, nugetbotbuilder
https://bots.botframework.com/Client/Images/bot-framework-default-7.png
diff --git a/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs
index c4f9d5402e..99ff4339f4 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs
@@ -10,8 +10,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Library/Microsoft.Bot.Connector.Standard/AssemblyInfo.cs b/CSharp/Library/Microsoft.Bot.Connector.Standard/AssemblyInfo.cs
index 828249c4fd..088676d93d 100644
--- a/CSharp/Library/Microsoft.Bot.Connector.Standard/AssemblyInfo.cs
+++ b/CSharp/Library/Microsoft.Bot.Connector.Standard/AssemblyInfo.cs
@@ -1,8 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyVersion("3.14.1.0")]
-[assembly: AssemblyFileVersion("3.14.1.0")]
+[assembly: AssemblyVersion("3.14.1.1")]
+[assembly: AssemblyFileVersion("3.14.1.1")]
//[assembly: AssemblyKeyFileAttribute(@"..\\..\\buildtools\\35MSSharedLib1024.snk")]
//[assembly: AssemblyDelaySignAttribute(true)]
diff --git a/CSharp/Microsoft.Bot.Builder.sln b/CSharp/Microsoft.Bot.Builder.sln
index 17b0d9eb96..c4c2671989 100644
--- a/CSharp/Microsoft.Bot.Builder.sln
+++ b/CSharp/Microsoft.Bot.Builder.sln
@@ -195,6 +195,7 @@ Global
{AA997154-61D1-49FA-A4C6-E6AC79A7508A} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
{32013CA6-2B38-4B59-9093-538167DF31E1} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
{09C14EF5-F94A-480F-82CA-4D934A977C7F} = {28BCEB2C-F4BE-416D-A4FD-A311E99A9EB5}
+ {48E4B834-49A5-48EB-BBA7-20A7CD9690D2} = {8E05398E-3CBE-4DCD-9382-072DC8859427}
{BC07AED8-F885-4810-8C41-66C05D4C1EAD} = {8E05398E-3CBE-4DCD-9382-072DC8859427}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution