Install SDK
This topic describes the steps necessary to install the Optimizely Feature Experimentation C# SDK into your application.
The C# SDK is distributed through NuGet.
For Windows, to install, run the command Install-Package Optimizely.SDK
in the Package Manager Console:
Install-Package Optimizely.SDK -Version 3.0.0
The package is on NuGet at https://www.nuget.org/packages/Optimizely.SDK. The full source code is available on GitHub.
Updated about 2 months ago