aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService
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/Web/Tango.MachineService
parentd91db45c47a1d2d1d050fdafe8f4eb44951a883f (diff)
downloadTango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.tar.gz
Tango-f1e5536a6487726e687399d79ae9d38cfb1bbd7d.zip
TwineRSM_v2.0.5
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs2
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs2
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
index 9df3a2d11..61d184870 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
@@ -92,7 +92,7 @@ namespace Tango.MachineService.Controllers
if (request.Build == BuildVariants.TwineRSM && !user.HasPermission(Permissions.TwineRSMAccess))
{
- throw new AuthenticationException("You do not have permission to access Twine RSM. Please contact your administrator.");
+ throw new AuthenticationException("You do not have permission to access Twine Studio. Please contact your administrator.");
}
user.LastLogin = DateTime.UtcNow;
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
index 782bef3a2..6e92e1c3c 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEDownloadsController.cs
@@ -35,7 +35,7 @@ namespace Tango.MachineService.Controllers
var manager = new BlobStorageManager();
var container = manager.GetContainer(MachineServiceConfig.FSE_VERSIONS_CONTAINER);
- String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine RSM";
+ String appName = ((FSEBuildVariants)build) == FSEBuildVariants.FSE ? "Tango FSE" : "Twine Studio";
ViewBag.BuildName = appName;
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs
index 7b9a55380..24888db0b 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.19.0")]
+[assembly: AssemblyVersion("3.0.20.0")]