diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-15 14:38:53 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-15 14:38:53 +0300 |
| commit | e1ce4bbfebc27e9c0ce2b4d305246407273aaed0 (patch) | |
| tree | 691b2494b1366c83a1cd096ed683ebe658b49fd3 /Software/Visual_Studio | |
| parent | 63bf8b3ac3186b43cf7703254d489106566aa9b5 (diff) | |
| download | Tango-e1ce4bbfebc27e9c0ce2b4d305246407273aaed0.tar.gz Tango-e1ce4bbfebc27e9c0ce2b4d305246407273aaed0.zip | |
Stubs UI v1.6
Diffstat (limited to 'Software/Visual_Studio')
3 files changed, 8 insertions, 7 deletions
diff --git a/Software/Visual_Studio/Tango.Scripting/ScriptEngine.cs b/Software/Visual_Studio/Tango.Scripting/ScriptEngine.cs index 72696df10..028a42cbc 100644 --- a/Software/Visual_Studio/Tango.Scripting/ScriptEngine.cs +++ b/Software/Visual_Studio/Tango.Scripting/ScriptEngine.cs @@ -77,6 +77,7 @@ namespace Tango.Scripting try { + includeResults.Add(new IncludesResult() { File = "Current Tab", Lines = code.ToLines() }); code = ReplaceIncludes(code, workingFolder, includeResults); } catch (Exception ex) diff --git a/Software/Visual_Studio/Utilities/Tango.Stubs.Installer/Tango.Stubs.Installer.vdproj b/Software/Visual_Studio/Utilities/Tango.Stubs.Installer/Tango.Stubs.Installer.vdproj index c211d8b94..3ccfee70b 100644 --- a/Software/Visual_Studio/Utilities/Tango.Stubs.Installer/Tango.Stubs.Installer.vdproj +++ b/Software/Visual_Studio/Utilities/Tango.Stubs.Installer/Tango.Stubs.Installer.vdproj @@ -471,7 +471,7 @@ "DisplayName" = "8:Debug" "IsDebugOnly" = "11:TRUE" "IsReleaseOnly" = "11:FALSE" - "OutputFilename" = "8:..\\..\\Build\\Debug\\Installers\\Tango Stubs Installer v1.5.msi" + "OutputFilename" = "8:..\\..\\Build\\Debug\\Installers\\Tango Stubs Installer v1.6.msi" "PackageFilesAs" = "3:2" "PackageFileSize" = "3:-2147483648" "CabType" = "3:1" @@ -743,7 +743,7 @@ { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:StubsExecutionGUI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:StubsExecutionGUI, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { "_61BDC9339D1440BCBC454CC904BCE79C" @@ -1384,15 +1384,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Tango Stubs GUI" - "ProductCode" = "8:{EE297FB2-0764-4AE6-AA06-50E192E1D4F4}" - "PackageCode" = "8:{83A7897A-0326-4930-A7C4-7ADD9C750BAD}" + "ProductCode" = "8:{B0DA878E-9DF1-4E18-9BDA-F7DE537EC410}" + "PackageCode" = "8:{62FD0C7F-1D82-4E19-8969-62CE23912073}" "UpgradeCode" = "8:{72B680FB-E47D-486A-A81E-6C035F2EBA42}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:FALSE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.5" + "ProductVersion" = "8:1.6" "Manufacturer" = "8:Twine" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/Software/Visual_Studio/Utilities/Tango.Stubs.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Utilities/Tango.Stubs.UI/Properties/AssemblyInfo.cs index 8b9fdc0f1..c77a71753 100644 --- a/Software/Visual_Studio/Utilities/Tango.Stubs.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Utilities/Tango.Stubs.UI/Properties/AssemblyInfo.cs @@ -9,6 +9,6 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Stubs execution utility")] [assembly: AssemblyCopyright("Twine LTD 2018")] [assembly: AssemblyTrademark("Twine LTD")] -[assembly: AssemblyVersion("1.5")] -[assembly: AssemblyFileVersion("1.5")] +[assembly: AssemblyVersion("1.6")] +[assembly: AssemblyFileVersion("1.6")] |
