Skip to content

Commit e54f4c9

Browse files
chore: preparing 3.9.1 release (#268)
1 parent 304ebc4 commit e54f4c9

File tree

8 files changed

+26
-21
lines changed

8 files changed

+26
-21
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Optimizely C# SDK Changelog
22
## [Unreleased]
33

4+
## 3.9.1
5+
July 16th, 2021
6+
7+
### Bug Fixes:
8+
- Duplicate experiment key issue with multiple feature flags. While trying to get variation from the variationKeyMap, it was unable to find because the latest experimentKey was overriding the previous one. [#267](https://github.com/optimizely/csharp-sdk/pull/267)
49

510
## 3.9.0
611
March 29th, 2021

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
41-
[assembly: AssemblyFileVersion("3.9.0.0")]
42-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.9.1.0")]
41+
[assembly: AssemblyFileVersion("3.9.1.0")]
42+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
42-
[assembly: AssemblyFileVersion("3.9.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.9.1.0")]
42+
[assembly: AssemblyFileVersion("3.9.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
42-
[assembly: AssemblyFileVersion("3.9.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.9.1.0")]
42+
[assembly: AssemblyFileVersion("3.9.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
42-
[assembly: AssemblyFileVersion("3.9.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.9.1.0")]
42+
[assembly: AssemblyFileVersion("3.9.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
42-
[assembly: AssemblyFileVersion("3.9.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.9.1.0")]
42+
[assembly: AssemblyFileVersion("3.9.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
35-
[assembly: AssemblyFileVersion("3.9.0.0")]
36-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("3.9.1.0")]
35+
[assembly: AssemblyFileVersion("3.9.1.0")]
36+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

OptimizelySDK/Properties/AssemblyInfo.cs

+3-3
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.9.0.0")]
42-
[assembly: AssemblyFileVersion("3.9.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.9.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.9.1.0")]
42+
[assembly: AssemblyFileVersion("3.9.1.0")]
43+
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.

0 commit comments

Comments
 (0)