From e91dd4d23647947b2c14787605b55400a405cff3 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 3 Sep 2025 00:06:46 +0300 Subject: Twine AI. --- .../Web/Bootstrap Studio/Build/ai.html | 77 +++++++++++++++++++++ .../Web/Bootstrap Studio/Twine Solutions.bsdesign | Bin 6757762 -> 6758663 bytes .../Properties/AssemblyInfo.cs | 2 +- .../Views/Shared/NavigationPartial.cshtml | 1 + 4 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 Software/Visual_Studio/Web/Bootstrap Studio/Build/ai.html (limited to 'Software/Visual_Studio/Web') diff --git a/Software/Visual_Studio/Web/Bootstrap Studio/Build/ai.html b/Software/Visual_Studio/Web/Bootstrap Studio/Build/ai.html new file mode 100644 index 000000000..4cf5353c1 --- /dev/null +++ b/Software/Visual_Studio/Web/Bootstrap Studio/Build/ai.html @@ -0,0 +1,77 @@ + + + + + + + Page Not Found - Twine Solutions + + + + + + + + + + + + +
+
+
+
+

Content Here

+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/Software/Visual_Studio/Web/Bootstrap Studio/Twine Solutions.bsdesign b/Software/Visual_Studio/Web/Bootstrap Studio/Twine Solutions.bsdesign index a095f6fdf..6cabc7a16 100644 Binary files a/Software/Visual_Studio/Web/Bootstrap Studio/Twine Solutions.bsdesign and b/Software/Visual_Studio/Web/Bootstrap Studio/Twine Solutions.bsdesign differ diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs index 7eb0e1e90..2ce4dcaa1 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs @@ -24,4 +24,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.25.0")] +[assembly: AssemblyVersion("3.0.26.0")] diff --git a/Software/Visual_Studio/Web/Tango.Portal/Views/Shared/NavigationPartial.cshtml b/Software/Visual_Studio/Web/Tango.Portal/Views/Shared/NavigationPartial.cshtml index 8b4957b24..0e45b2ead 100644 --- a/Software/Visual_Studio/Web/Tango.Portal/Views/Shared/NavigationPartial.cshtml +++ b/Software/Visual_Studio/Web/Tango.Portal/Views/Shared/NavigationPartial.cshtml @@ -9,6 +9,7 @@ + @if (!Model.User.IsAuthenticated) { -- cgit v1.3.1