Skip to content

Commit f2808cd

Browse files
committed
Update assembly version to 1.1.0.0
1 parent 057c954 commit f2808cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CSharp/Library/FormFlow/FormDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ async Task IDialog<T>.StartAsync(IDialogContext context)
252252
{
253253
await step.DefineAsync(_state);
254254
var val = step.Field.GetValue(_state);
255-
255+
256256
var result = await step.Field.ValidateAsync(_state, val);
257-
if (result.IsValid)
257+
if (result.IsValid)
258258
{
259259
bool ok = true;
260260
double min, max;

CSharp/Library/Properties/AssemblyInfo.cs

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

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

0 commit comments

Comments
 (0)