8000 [FSSDK-8955] Refac: Replaced all instances of full stack from code c… · optimizely/csharp-sdk@6d688b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d688b7

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

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
@@ -111,7 +111,7 @@ public static String SDK_TYPE
111111
public bool Disposed { get; private set; }
112112

113113
/// <summary>
114-
/// Optimizely constructor for managing Full Stack .NET projects.
114+
/// Optimizely constructor for managing Optimizely Feature Experimentation .NET projects.
115115
/// </summary>
116116
/// <param name="datafile">string JSON string representing the project</param>
117117
/// <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)
0