Skip to content

Commit 39f7409

Browse files
authored
ci(travis): automated versioning update (#213)
1 parent 07a27c4 commit 39f7409

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Revision and Build Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("3.4.0.0")]
41-
[assembly: AssemblyFileVersion("3.4.0.0")]
42-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.4.1.0")]
41+
[assembly: AssemblyFileVersion("3.4.1.0")]
42+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("3.4.0.0")]
42-
[assembly: AssemblyFileVersion("3.4.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.4.1.0")]
42+
[assembly: AssemblyFileVersion("3.4.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("3.4.0.0")]
42-
[assembly: AssemblyFileVersion("3.4.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.4.1.0")]
42+
[assembly: AssemblyFileVersion("3.4.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("3.4.0.0")]
42-
[assembly: AssemblyFileVersion("3.4.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.4.1.0")]
42+
[assembly: AssemblyFileVersion("3.4.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("3.4.0.0")]
42-
[assembly: AssemblyFileVersion("3.4.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.4.1.0")]
42+
[assembly: AssemblyFileVersion("3.4.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("3.4.0.0")]
35-
[assembly: AssemblyFileVersion("3.4.0.0")]
36-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("3.4.1.0")]
35+
[assembly: AssemblyFileVersion("3.4.1.0")]
36+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

OptimizelySDK/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("3.4.0.0")]
42-
[assembly: AssemblyFileVersion("3.4.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.4.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.4.1.0")]
42+
[assembly: AssemblyFileVersion("3.4.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.4.1")] // Used by Nuget.

0 commit comments

Comments
 (0)