Skip to content

Commit 179531c

Browse files
mnoman09NomanShoaibmsohailhussain
authored
chore: prepare for release 3.11.0 (#293)
* chore: prepare for release 3.11.0 * updated link Co-authored-by: mnoman09 <[email protected]> Co-authored-by: msohailhussain <[email protected]>
1 parent 5a6a098 commit 179531c

File tree

8 files changed

+33
-21
lines changed

8 files changed

+33
-21
lines changed

CHANGELOG.md

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

4+
## 3.11.0
5+
January 6th, 2022
6+
7+
### New Features
8+
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#285](https://github.com/optimizely/csharp-sdk/pull/285), [#292](https://github.com/optimizely/csharp-sdk/pull/292))
9+
- SetForcedDecision
10+
- GetForcedDecision
11+
- RemoveForcedDecision
12+
- RemoveAllForcedDecisions
13+
14+
- For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-csharp) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-csharp).
15+
416
## 3.10.0
517
September 16th, 2021
618

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.10.0.0")]
41-
[assembly: AssemblyFileVersion("3.10.0.0")]
42-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.11.0.0")]
41+
[assembly: AssemblyFileVersion("3.11.0.0")]
42+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
42-
[assembly: AssemblyFileVersion("3.10.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.0.0")]
42+
[assembly: AssemblyFileVersion("3.11.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
42-
[assembly: AssemblyFileVersion("3.10.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.0.0")]
42+
[assembly: AssemblyFileVersion("3.11.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
42-
[assembly: AssemblyFileVersion("3.10.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.0.0")]
42+
[assembly: AssemblyFileVersion("3.11.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
42-
[assembly: AssemblyFileVersion("3.10.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.0.0")]
42+
[assembly: AssemblyFileVersion("3.11.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
35-
[assembly: AssemblyFileVersion("3.10.0.0")]
36-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("3.11.0.0")]
35+
[assembly: AssemblyFileVersion("3.11.0.0")]
36+
[assembly: AssemblyInformationalVersion("3.11.0")] // 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.10.0.0")]
42-
[assembly: AssemblyFileVersion("3.10.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.0.0")]
42+
[assembly: AssemblyFileVersion("3.11.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.0")] // Used by Nuget.

0 commit comments

Comments
 (0)