File tree 2 files changed +3
-3
lines changed
Microsoft.Bot.Connector/Properties 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
//
31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
- [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
33
+ [ assembly: AssemblyVersion ( "3.0.1 .0" ) ]
Original file line number Diff line number Diff line change 33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "3.0.0 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "3.0.0 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "3.0.1 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "3.0.1 .0" ) ]
38
38
39
39
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Builder.Tests" ) ]
40
40
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Sample.Tests" ) ]
You can’t perform that action at this time.
0 commit comments