File tree 5 files changed +9
-9
lines changed
Microsoft.Bot.Builder/Properties
Microsoft.Bot.Builder.Autofac/Properties
Microsoft.Bot.Connector.AspNetCore
Microsoft.Bot.Connector.NetCore/Properties
Microsoft.Bot.Connector.NetFramework/Properties
5 files changed +9
-9
lines changed 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.4.0 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "3.4.0 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "3.5.1 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "3.5.1 .0" ) ]
38
38
39
39
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Builder.Tests" ) ]
40
40
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Sample.Tests" ) ]
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.5.0 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "3.5.0 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "3.5.1 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "3.5.1 .0" ) ]
38
38
39
39
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Builder.Tests" ) ]
40
40
[ assembly: InternalsVisibleTo ( "Microsoft.Bot.Sample.Tests" ) ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Microsoft.Bot.Connector" ,
3
3
"language" : " en" ,
4
- "version" : " 1.0.0 -*" ,
4
+ "version" : " 3.5.1 -*" ,
5
5
6
6
"dependencies" : {
7
7
"NETStandard.Library" : " 1.6.0" ,
Original file line number Diff line number Diff line change 26
26
// You can specify all the values or you can default the Build and Revision Numbers
27
27
// by using the '*' as shown below:
28
28
// [assembly: AssemblyVersion("1.0.*")]
29
- [ assembly: AssemblyVersion ( "1.0.0 .0" ) ]
30
- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
29
+ [ assembly: AssemblyVersion ( "3.5.1 .0" ) ]
30
+ [ assembly: AssemblyFileVersion ( "3.5.1 .0" ) ]
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.5.0 .0" ) ]
34
- [ assembly: AssemblyFileVersion ( "3.5.0 .0" ) ]
33
+ [ assembly: AssemblyVersion ( "3.5.1 .0" ) ]
34
+ [ assembly: AssemblyFileVersion ( "3.5.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments