Skip to content

Commit db98142

Browse files
committed
Update assmebly versions to 3.5.1
1 parent b59c28d commit db98142

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CSharp/Library/Microsoft.Bot.Builder.Autofac/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [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")]
3838

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

CSharp/Library/Microsoft.Bot.Builder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [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")]
3838

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

CSharp/Library/Microsoft.Bot.Connector.AspNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Microsoft.Bot.Connector",
33
"language": "en",
4-
"version": "1.0.0-*",
4+
"version": "3.5.1-*",
55

66
"dependencies": {
77
"NETStandard.Library": "1.6.0",

CSharp/Library/Microsoft.Bot.Connector.NetCore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [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")]

CSharp/Library/Microsoft.Bot.Connector.NetFramework/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// 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")]

0 commit comments

Comments
 (0)