Skip to content

Commit 497252e

Browse files
committed
Merge branch 'develop'
2 parents c769a9f + 9ae4978 commit 497252e

File tree

142 files changed

+4818
-4603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+4818
-4603
lines changed

CSharp/Documentation/GettingStarted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ it somewhere as you won't be able to see it again.
202202
203203
Now that the %Bot is registered, you need to update the keys in the web.config file in your Visual Studio project.
204204
Change the following keys in the web.config file to match the ones generated when you saved your registration, and
205-
you're ready to build. Clicking the "show" link will show the value, along wtih exposing the
205+
you're ready to build. Clicking the "show" link will show the value, along with exposing the
206206
regenerate link if you ever need to change your AppPassword. Update your web.config, and re-publish your
207207
%bot to Azure.
208208

CSharp/Library/Microsoft.Bot.Builder.Autofac/Base/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.Autofac/Dialogs/Conversation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.Autofac/Dialogs/DialogModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.Autofac/Fibers/FiberModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.Autofac/Scorables/Resolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/FieldJson.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.FormFlow.Json/FormBuilderJson.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.History/IActivityManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.History/IActivitySource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder.History/ReplayTranscript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/EventLoop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/LocalizedScope.cs

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
using System;
1+
//
2+
// Copyright (c) Microsoft. All rights reserved.
3+
// Licensed under the MIT license.
4+
//
5+
// Microsoft Bot Framework: http://botframework.com
6+
//
7+
// Bot Builder SDK GitHub:
8+
// https://github.com/Microsoft/BotBuilder
9+
//
10+
// Copyright (c) Microsoft Corporation
11+
// All rights reserved.
12+
//
13+
// MIT License:
14+
// Permission is hereby granted, free of charge, to any person obtaining
15+
// a copy of this software and associated documentation files (the
16+
// "Software"), to deal in the Software without restriction, including
17+
// without limitation the rights to use, copy, modify, merge, publish,
18+
// distribute, sublicense, and/or sell copies of the Software, and to
19+
// permit persons to whom the Software is furnished to do so, subject to
20+
// the following conditions:
21+
//
22+
// The above copyright notice and this permission notice shall be
23+
// included in all copies or substantial portions of the Software.
24+
//
25+
// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
26+
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29+
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
30+
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31+
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32+
//
33+
34+
using System;
235
using System.Collections.Generic;
336
using System.Globalization;
437
using System.Linq;

CSharp/Library/Microsoft.Bot.Builder/Base/Pair.cs

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
using System;
1+
//
2+
// Copyright (c) Microsoft. All rights reserved.
3+
// Licensed under the MIT license.
4+
//
5+
// Microsoft Bot Framework: http://botframework.com
6+
//
7+
// Bot Builder SDK GitHub:
8+
// https://github.com/Microsoft/BotBuilder
9+
//
10+
// Copyright (c) Microsoft Corporation
11+
// All rights reserved.
12+
//
13+
// MIT License:
14+
// Permission is hereby granted, free of charge, to any person obtaining
15+
// a copy of this software and associated documentation files (the
16+
// "Software"), to deal in the Software without restriction, including
17+
// without limitation the rights to use, copy, modify, merge, publish,
18+
// distribute, sublicense, and/or sell copies of the Software, and to
19+
// permit persons to whom the Software is furnished to do so, subject to
20+
// the following conditions:
21+
//
22+
// The above copyright notice and this permission notice shall be
23+
// included in all copies or substantial portions of the Software.
24+
//
25+
// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND,
26+
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28+
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29+
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
30+
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31+
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32+
//
33+
34+
using System;
235
using System.Collections.Generic;
336
using System.Linq;
437
using System.Text;

CSharp/Library/Microsoft.Bot.Builder/Base/Range.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Resolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Scope.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/SetField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Tasks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Traits.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Base/Types.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/Address.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/BotData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/BotToUser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/IActivityLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/IBotData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/IBotDataBag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/IChannelCapability.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/IConnectorClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/KeyboardCard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/PostToBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/Resolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/ResumptionCookie.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/ConnectorEx/UrlToken.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Dialogs/Chain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

CSharp/Library/Microsoft.Bot.Builder/Dialogs/CommandDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Microsoft Bot Framework: http://botframework.com
66
//
7-
// Bot Builder SDK Github:
7+
// Bot Builder SDK GitHub:
88
// https://github.com/Microsoft/BotBuilder
99
//
1010
// Copyright (c) Microsoft Corporation

0 commit comments

Comments
 (0)