From 0d2af60ab54924245db1c3952baad55e8582c32e Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 19 Oct 2025 16:44:37 +0300 Subject: FSE_v3.2.0 --- .../Advanced Installer Projects/FSE Installer.aip | 24 +++------------------ .../Help/proc-doc.chm | Bin 362667 -> 357599 bytes .../FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs | 1 + .../FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 5 insertions(+), 22 deletions(-) diff --git a/Software/Visual_Studio/Advanced Installer Projects/FSE Installer.aip b/Software/Visual_Studio/Advanced Installer Projects/FSE Installer.aip index 5f4e9f477..afb5eb134 100644 --- a/Software/Visual_Studio/Advanced Installer Projects/FSE Installer.aip +++ b/Software/Visual_Studio/Advanced Installer Projects/FSE Installer.aip @@ -29,10 +29,10 @@ - + - + @@ -97,8 +97,6 @@ - - @@ -111,9 +109,6 @@ - - - @@ -363,7 +358,6 @@ - @@ -684,7 +678,6 @@ - @@ -816,9 +809,6 @@ - - - @@ -1125,7 +1115,6 @@ - @@ -1187,7 +1176,6 @@ - @@ -1203,7 +1191,7 @@ - + @@ -1380,7 +1368,6 @@ - @@ -1615,9 +1602,6 @@ - - - @@ -1798,7 +1782,6 @@ - @@ -1828,7 +1811,6 @@ - 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 ffb6f6f99..00dec7f16 100644 Binary files a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm and b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm differ diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs index 9091ff26c..aa8c8e1b8 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs @@ -163,6 +163,7 @@ namespace Tango.FSE.Publisher.UI UpdateProgress("Retrieving environments..."); using (HttpClient http = new HttpClient()) { + http.DefaultRequestHeaders.TryAddWithoutValidation("Cookie", "x-ms-routing-name=self"); GatewayClient client = new GatewayClient(ConfigurationManager.AppSettings.Get("GatewayUrl"), http); Environments = (await client.GetEnvironmentsAsync(new EnvironmentsRequest())).Environments.OrderBy(x => x.DisplayIndex).ToList(); } 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 c03c10109..29b1769a7 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("3.0.1.0")] +[assembly: AssemblyVersion("3.2.0.0")] -- cgit v1.3.1