aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-18 20:51:46 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2024-05-18 20:51:46 +0300
commitf1e5536a6487726e687399d79ae9d38cfb1bbd7d (patch)
tree4f59e41096a92adde81f9155d730fdef53963e54 /Software/Visual_Studio/FSE
parentd91db45c47a1d2d1d050fdafe8f4eb44951a883f (diff)
downloadTango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.tar.gz
Tango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.zip
TwineRSM_v2.0.5
Diffstat (limited to 'Software/Visual_Studio/FSE')
-rw-r--r--Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chmbin335703 -> 277407 bytes
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs2
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml4
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/BuildVariants.cs2
6 files changed, 6 insertions, 6 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm
index bc8789622..5ab46b176 100644
--- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm
+++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm
Binary files differ
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml
index 57119d1fe..cb99015a9 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindow.xaml
@@ -6,7 +6,7 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:local="clr-namespace:Tango.FSE.Publisher.UI"
mc:Ignorable="d"
- Title="Tango FSE/Twine RSM Publisher" Height="600" Width="400" d:DataContext="{d:DesignInstance Type=local:MainWindowVM, IsDesignTimeCreatable=False}">
+ Title="Tango FSE/Twine Studio Publisher" Height="600" Width="400" d:DataContext="{d:DesignInstance Type=local:MainWindowVM, IsDesignTimeCreatable=False}">
<Window.Style>
<Style TargetType="Window">
<Setter Property="Cursor" Value="Arrow"></Setter>
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
index 9793e3c76..e99d6e723 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Build/DefaultBuildProvider.cs
@@ -23,7 +23,7 @@ namespace Tango.FSE.UI.Build
#if TS
CurrentBuild = BuildVariants.TwineRSM;
- BuildName = "Twine RSM";
+ BuildName = "Twine Studio";
#endif
}
}
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
index 3cec668ff..9da4124e6 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs
@@ -8,4 +8,4 @@ using System.Windows;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango FSE")]
-[assembly: AssemblyVersion("2.0.3.0")]
+[assembly: AssemblyVersion("2.0.5.0")]
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
index e1cc8225f..b8daaa3f8 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Views/LayoutView.xaml
@@ -457,8 +457,8 @@
<Grid>
<Grid HorizontalAlignment="Center" >
<Image Source="{StaticResource FSE_Twine_Logo_Colored}" RenderOptions.BitmapScalingMode="Fant" Margin="5 5 5 10"></Image>
- <TextBlock Visibility="{Binding BuildProvider.IsTwineRSM,Converter={StaticResource BooleanToVisibilityConverter}}" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0 0 -24 4" FontFamily="{StaticResource hand}" FontWeight="Bold" FontSize="20">
- <Run Foreground="#00BEFF">R</Run><Run Foreground="Magenta">S</Run><Run Foreground="Yellow">M</Run>
+ <TextBlock Visibility="{Binding BuildProvider.IsTwineRSM,Converter={StaticResource BooleanToVisibilityConverter}}" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0 0 -34 4" FontFamily="{StaticResource hand}" FontWeight="Bold" FontSize="20">
+ <Run Foreground="#E9E9E9">Studio</Run>
</TextBlock>
</Grid>
</Grid>
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/BuildVariants.cs b/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/BuildVariants.cs
index 5b5342e41..e711e7d45 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/BuildVariants.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Web/Messages/BuildVariants.cs
@@ -11,7 +11,7 @@ namespace Tango.FSE.Web.Messages
{
[Description("Tango FSE")]
FSE,
- [Description("Twine RSM")]
+ [Description("Twine Studio")]
TwineRSM
}
}