diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
index 71dc660dfb1..b80b83c4c6b 100644
--- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
+++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
@@ -45,7 +45,7 @@
// to distinguish one build from another. AssemblyFileVersion is specified
// in AssemblyVersionInfo.cs so that it can be easily incremented by the
// automated build process.
-[assembly: AssemblyVersion("2.13.0.1874")]
+[assembly: AssemblyVersion("2.13.0.2014")]
// By default, the "Product version" shown in the file properties window is
@@ -64,4 +64,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyFileVersion("2.13.0.1874")]
+[assembly: AssemblyFileVersion("2.13.0.2014")]
diff --git a/src/Libraries/CoreNodeModels/Properties/Resources.Designer.cs b/src/Libraries/CoreNodeModels/Properties/Resources.Designer.cs
index 7a397c7a796..d381fba4a4f 100644
--- a/src/Libraries/CoreNodeModels/Properties/Resources.Designer.cs
+++ b/src/Libraries/CoreNodeModels/Properties/Resources.Designer.cs
@@ -1115,7 +1115,7 @@ public static string ScanPortDataSeedToolTip {
}
///
- /// Looks up a localized string similar to Returns the result of either the True or False input depending on what boolean value is toggled in the test input..
+ /// Looks up a localized string similar to Returns the result of either True or False input depending on what boolean value is toggled in the test input. Supports recursion which requires that only a single branch be executed. It's critical that that both True and False branches are isolated and do not interact with each other!.
///
public static string ScopeIfDescription {
get {
diff --git a/src/Libraries/CoreNodeModels/Properties/Resources.en-US.resx b/src/Libraries/CoreNodeModels/Properties/Resources.en-US.resx
index f91f6a5c4c5..a69419f153a 100644
--- a/src/Libraries/CoreNodeModels/Properties/Resources.en-US.resx
+++ b/src/Libraries/CoreNodeModels/Properties/Resources.en-US.resx
@@ -447,7 +447,7 @@
Starting accumulated value, to be passed into the first call to the Reductor function.
- Returns the result of either the True or False input depending on what boolean value is toggled in the test input.
+ Returns the result of either True or False input depending on what boolean value is toggled in the test input. Supports recursion which requires that only a single branch be executed. It's critical that that both True and False branches are isolated and do not interact with each other!
Description for Scope If
diff --git a/src/Libraries/CoreNodeModels/Properties/Resources.resx b/src/Libraries/CoreNodeModels/Properties/Resources.resx
index c402dea0b1b..37e12fa60de 100644
--- a/src/Libraries/CoreNodeModels/Properties/Resources.resx
+++ b/src/Libraries/CoreNodeModels/Properties/Resources.resx
@@ -447,7 +447,7 @@
Starting accumulated value, to be passed into the first call to the Reductor function.
- Returns the result of either the True or False input depending on what boolean value is toggled in the test input.
+ Returns the result of either True or False input depending on what boolean value is toggled in the test input. Supports recursion which requires that only a single branch be executed. It's critical that that both True and False branches are isolated and do not interact with each other!
Description for Scope If