OASIS-2517 Release 2.0.0 GA #74
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OASIS-2517 Release 2.0.0 GA
This pull request would like to merge the "2.0.0-beta1" branch onto the "2.0.x" branch.
As advertised in the CHANGELOG.md
(https://github.com/optimizely/csharp-sdk/blob/2.0.0-beta1/CHANGELOG.md):
This major release of the Optimizely SDK introduces APIs for Feature Management.
New Features
Introduces the IsFeatureEnabled API to determine whether to show a feature to a user or not.
You can also get all the enabled features for the user by calling the following method which returns a list of strings representing the feature keys:
Introduces Feature Variables to configure or parameterize your feature. There are four variable types: Integer, String, Double, Boolean.
The "2.0.0" *.nupkg has been uploaded to NUGET.ORG .