Skip to content

Commit 298819b

Browse files
optibotjuancarlostong
authored andcommitted
ci(travis): automated versioning update (#169)
1 parent 4ae6c47 commit 298819b

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
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.1.0.0")]
41-
[assembly: AssemblyFileVersion("3.1.0.0")]
42-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.1.1.0")]
41+
[assembly: AssemblyFileVersion("3.1.1.0")]
42+
[assembly: AssemblyInformationalVersion("3.1.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.1.0.0")]
42-
[assembly: AssemblyFileVersion("3.1.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.1.1.0")]
42+
[assembly: AssemblyFileVersion("3.1.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.1.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.1.0.0")]
42-
[assembly: AssemblyFileVersion("3.1.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.1.1.0")]
42+
[assembly: AssemblyFileVersion("3.1.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.1.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.1.0.0")]
42-
[assembly: AssemblyFileVersion("3.1.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.1.1.0")]
42+
[assembly: AssemblyFileVersion("3.1.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.1.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.1.0.0")]
35-
[assembly: AssemblyFileVersion("3.1.0.0")]
36-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("3.1.1.0")]
35+
[assembly: AssemblyFileVersion("3.1.1.0")]
36+
[assembly: AssemblyInformationalVersion("3.1.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.1.0.0")]
42-
[assembly: AssemblyFileVersion("3.1.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.1.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.1.1.0")]
42+
[assembly: AssemblyFileVersion("3.1.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.1.1")] // Used by Nuget.

0 commit comments

Comments
 (0)