You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FSSDK-8955] chore: prepare 3.11.2 branch for release (#335)
* chore : updated prefix of ticket-check action (#314)
(cherry picked from commit 678c6fd)
* chore: Fix and Reconfigure GitHub Actions (#319)
* Fix <return> method doc for IsFeatureEnabled (#329)
* [FSSDK-8938] chore: Updated newtonsoft.Json version and NjsonSchema version (#330)
* [FSSDK-8955] Refac: Replaced all instances of full stack except from changelog file and code files (#331)
* Replaced all instances of full stack except from changelog file and code files
Co-authored-by: Griffin Cox <[email protected]>
* [FSSDK-8955] Do not lint markdown for now
* [FSSDK-8955] Remove VALIDATE_MARKDOWN
---------
Co-authored-by: mnoman09 <[email protected]>
Co-authored-by: Griffin Cox <[email protected]>
Co-authored-by: Mike Chu <[email protected]>
(cherry picked from commit 5f16357)
(cherry picked from commit 887166e)
* [FSSDK-8955] Refac: Replaced all instances of full stack from code comments and in nuspec except owner. (#332)
(cherry picked from commit 2a5b19c)
* [FSSDK-8955] chore: prepare for release 3.11.2 (#333)
* [FSSDK-8955] chore: prepare for release 3.11.2
* Nit fixed
---------
Co-authored-by: mnoman09 <[email protected]>
(cherry picked from commit e620c08)
* updated release date to 16th March
---------
Co-authored-by: Muhammad Shaharyar <[email protected]>
Co-authored-by: Mike Chu <[email protected]>
Co-authored-by: mnoman09 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Optimizely C# SDK Changelog
2
-
## [Unreleased]
2
+
3
+
## 3.11.2
4
+
March 16th, 2023
5
+
6
+
- Update README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#331](https://github.com/optimizely/csharp-sdk/pull/331), [#332](https://github.com/optimizely/csharp-sdk/pull/332)).
7
+
8
+
### Bug Fixes
9
+
- Fix for incorrect documentation on Optimizely.IsFeatureEnabled ([#304](https://github.com/optimizely/csharp-sdk/pull/329))
Copy file name to clipboardExpand all lines: OptimizelySDK.DemoApp/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# C# SDK Demo App
2
2
3
-
This demo uses the C# SDK, a part of Optimizely's Full Stack solution. It will walk you through:
3
+
This demo uses the C# SDK, a part of Optimizely's Feature Experimentation and Optimizely Full Stack (legacy) solution. It will walk you through:
4
4
5
5
1. How to bucket users into experiment's variation(s)
6
6
2. How to track conversion events
@@ -40,7 +40,7 @@ Using the instructions below, you can run the app locally and mimic bucketing we
40
40
41
41
To better understand this experiment, we recommend that you select a few different visitors on the "Select Visitor" page and bucket them into variations and simulate a conversion event by clicking the "Buy Now" button on the "Shop" page. Within a few seconds, you should see the results populate on the Optimizely results page.
42
42
43
-
The crux of this Full Stack experiment is bucketing users into variations and exposing them to different sorting functions. The SDK’s `Activate()` function will bucket users into a variation based on a user ID (internal id, user cookie, etc…).
43
+
The crux of this Optimizely Feature Experimentation experiment is bucketing users into variations and exposing them to different sorting functions. The SDK’s `Decide()` function will bucket users into a variation based on a user ID (internal id, user cookie, etc…).
44
44
45
45
To actually test which sorting algorithm influences increased sales, we need to track the number of clicks on the Buy Now button. We can leverage the SDK's `Track()` function for that, passing it the event key which, in our case, is "add_to_cart" and the user ID.
0 commit comments