File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ async Task IDialog<T>.StartAsync(IDialogContext context)
252
252
{
253
253
await step . DefineAsync ( _state ) ;
254
254
var val = step . Field . GetValue ( _state ) ;
255
-
255
+
256
256
var result = await step . Field . ValidateAsync ( _state , val ) ;
257
- if ( result . IsValid )
257
+ if ( result . IsValid )
258
258
{
259
259
bool ok = true ;
260
260
double min , max ;
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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" ) ]
37
37
38
38
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Builder.Tests" ) ]
39
39
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Sample.Tests" ) ]
You can’t perform that action at this time.
0 commit comments