Skip to content

Commit ed24ffe

Browse files
chore: bump semver 1 minor release
1 parent 50624fb commit ed24ffe

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("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.Net35/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.Net40/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.NetStandard16/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.NetStandard20/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("4.0.0.0")]
34-
[assembly: AssemblyFileVersion("4.0.0.0")]
35-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
33+
[assembly: AssemblyVersion("4.1.0.0")]
34+
[assembly: AssemblyFileVersion("4.1.0.0")]
35+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
44-
[assembly: AssemblyVersion("4.0.0.0")]
45-
[assembly: AssemblyFileVersion("4.0.0.0")]
46-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
44+
[assembly: AssemblyVersion("4.1.0.0")]
45+
[assembly: AssemblyFileVersion("4.1.0.0")]
46+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

0 commit comments

Comments
 (0)