Skip to content

Commit 16ca102

Browse files
committed
Remove partial button documentation.
Update the version to 1.2.
1 parent 3241b34 commit 16ca102

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CSharp/Documentation/Dialogs.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@
9090
/// response and perform the action including sending a message back to the user. The final step is to do IDialogContext.Wait
9191
/// with a continuation back to MessageReceivedAsync on the next message.
9292
///
93-
/// \section echoButton Echo Bot with Buttons
94-
/// A number of communication channels are starting to support [Buttons] as well as text. The %Bot %Builder provides
95-
/// buttons in both PromptDialog and in %FormFlow. Depending on the channel, buttons may differ in how they are
96-
/// rendered including just rendering as text. The easiest way to use buttons is to make use of the PromptBuilder class
97-
/// to create your prompts or messages.
98-
///
9993
/// \section alarmBot Alarm Bot
10094
/// This example is more complex and shows how to integrate [LUIS] together with PromptDialog to create an alarm
10195
/// system you can interact with through natural language.

CSharp/Library/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.1.0.0")]
37-
[assembly: AssemblyFileVersion("1.1.0.0")]
36+
[assembly: AssemblyVersion("1.2.0.0")]
37+
[assembly: AssemblyFileVersion("1.2.0.0")]
3838

3939
[assembly: InternalsVisibleTo("Microsoft.Bot.Builder.Tests")]
4040
[assembly: InternalsVisibleTo("Microsoft.Bot.Sample.Tests")]

0 commit comments

Comments
 (0)