Skip to content

Commit

Permalink
[FSSDK-8955] Refac: Replaced all instances of full stack from code co…
Browse files Browse the repository at this point in the history
…mments and in nuspec except owner. (#332)
  • Loading branch information
mnoman09 authored and NomanShoaib committed Mar 14, 2023
1 parent 887166e commit 2a5b19c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OptimizelySDK.Package/OptimizelySDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<icon>OptimizelySDK.png</icon>
<iconUrl>https://github.com/optimizely/csharp-sdk/blob/master/OptimizelySDK.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# SDK for Optimizely X Fullstack</description>
<description>C# SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts</description>
<releaseNotes>https://github.com/optimizely/csharp-sdk/blob/master/CHANGELOG.md</releaseNotes>
<copyright>Copyright 2017-2019</copyright>
<tags>Optimizely</tags>
Expand Down
2 changes: 1 addition & 1 deletion OptimizelySDK/Config/DatafileProjectConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public enum OPTLYSDKVersion
public string AccountId { get; set; }

/// <summary>
/// Project ID of the Full Stack project.
/// Project ID of the Optimizely Feature Experimentation project.
/// </summary>
public string ProjectId { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion OptimizelySDK/Optimizely.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static String SDK_VERSION
public bool Disposed { get; private set; }

/// <summary>
/// Optimizely constructor for managing Full Stack .NET projects.
/// Optimizely constructor for managing Optimizely Feature Experimentation .NET projects.
/// </summary>
/// <param name="datafile">string JSON string representing the project</param>
/// <param name="eventDispatcher">EventDispatcherInterface</param>
Expand Down
2 changes: 1 addition & 1 deletion OptimizelySDK/ProjectConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface ProjectConfig
string AccountId { get; set; }

/// <summary>
/// Project ID of the Full Stack project.
/// Project ID of the Optimizely Feature Experimentation project.
/// </summary>
string ProjectId { get; set; }

Expand Down

0 comments on commit 2a5b19c

Please sign in to comment.