File tree 3 files changed +10
-10
lines changed
Microsoft.Bot.Builder/Properties
Microsoft.Bot.Builder.Autofac/Properties
Microsoft.Bot.Connector.NetFramework/Properties
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- using System . Resources ;
2
- using System . Reflection ;
1
+ using System . Reflection ;
2
+ using System . Resources ;
3
3
using System . Runtime . CompilerServices ;
4
4
using System . Runtime . InteropServices ;
5
5
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.2 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "3.5.2 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "3.5.3 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "3.5.3 .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
- using System . Resources ;
2
- using System . Reflection ;
1
+ using System . Reflection ;
2
+ using System . Resources ;
3
3
using System . Runtime . CompilerServices ;
4
4
using System . Runtime . InteropServices ;
5
5
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.2 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "3.5.2 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "3.5.3 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "3.5.3 .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 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.1 .0" ) ]
34
- [ assembly: AssemblyFileVersion ( "3.5.1 .0" ) ]
33
+ [ assembly: AssemblyVersion ( "3.5.3 .0" ) ]
34
+ [ assembly: AssemblyFileVersion ( "3.5.3 .0" ) ]
You can’t perform that action at this time.
0 commit comments