Skip to content

Commit 2a5b19c

Browse files
mnoman09NomanShoaib
authored andcommitted
[FSSDK-8955] Refac: Replaced all instances of full stack from code comments and in nuspec except owner. (#332)
1 parent 887166e commit 2a5b19c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

OptimizelySDK.Package/OptimizelySDK.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<icon>OptimizelySDK.png</icon>
1212
<iconUrl>https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK.png?raw=true</iconUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>C# SDK for Optimizely X Fullstack</description>
14+
<description>C# SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts</description>
1515
<releaseNotes>https://github.com/optimizely/csharp-sdk/blob/master/CHANGELOG.md</releaseNotes>
1616
<copyright>Copyright 2017-2019</copyright>
1717
<tags>Optimizely</tags>

OptimizelySDK/Config/DatafileProjectConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public enum OPTLYSDKVersion
5959
public string AccountId { get; set; }
6060

6161
/// <summary>
62-
/// Project ID of the Full Stack project.
62+
/// Project ID of the Optimizely Feature Experimentation project.
6363
/// </summary>
6464
public string ProjectId { get; set; }
6565

OptimizelySDK/Optimizely.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static String SDK_VERSION
102102
public bool Disposed { get; private set; }
103103

104104
/// <summary>
105-
/// Optimizely constructor for managing Full Stack .NET projects.
105+
/// Optimizely constructor for managing Optimizely Feature Experimentation .NET projects.
106106
/// </summary>
107107
/// <param name="datafile">string JSON string representing the project</param>
108108
/// <param name="eventDispatcher">EventDispatcherInterface</param>

OptimizelySDK/ProjectConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface ProjectConfig
3232
string AccountId { get; set; }
3333

3434
/// <summary>
35-
/// Project ID of the Full Stack project.
35+
/// Project ID of the Optimizely Feature Experimentation project.
3636
/// </summary>
3737
string ProjectId { get; set; }
3838

0 commit comments

Comments
 (0)