diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-26 09:52:35 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-26 09:52:35 +0200 |
| commit | 2168a36822e7004b7f6838247ab9572a269c130a (patch) | |
| tree | 61721327ed43dac353b670aa54bbcf96bfaf165a /Software/Visual_Studio/FSE | |
| parent | 8923991ef81cdce8ffb69de49f52cbbf184182fc (diff) | |
| download | Tango-2168a36822e7004b7f6838247ab9572a269c130a.tar.gz Tango-2168a36822e7004b7f6838247ab9572a269c130a.zip | |
FSE_v3.0.0
Diffstat (limited to 'Software/Visual_Studio/FSE')
| -rw-r--r-- | Software/Visual_Studio/FSE/Modules/Tango.FSE.Procedures.Documentation/Help/proc-doc.chm | bin | 343405 -> 357597 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs | 2 |
3 files changed, 2 insertions, 2 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 Binary files differindex 3906f0da4..1695373b2 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 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 eb3ed41c9..9091ff26c 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs @@ -256,7 +256,7 @@ namespace Tango.FSE.Publisher.UI if (!Directory.Exists(Path.GetDirectoryName(installerPath))) { - throw new DirectoryNotFoundException($"Could not locate installer output directory '{Path.GetDirectoryName(installerPath)}'."); + Directory.CreateDirectory(Path.GetDirectoryName(installerPath)); } UpdateProgress("Authenticating with machine service..."); 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 fcc8be937..4a09534a4 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.12.0")] +[assembly: AssemblyVersion("3.0.0.0")] |
