diff --git a/Novetus/Novetus.ClientScriptTester/Novetus.ClientScriptTester.csproj b/Novetus/Novetus.ClientScriptTester/Novetus.ClientScriptTester.csproj
index 96e9888..e524512 100644
--- a/Novetus/Novetus.ClientScriptTester/Novetus.ClientScriptTester.csproj
+++ b/Novetus/Novetus.ClientScriptTester/Novetus.ClientScriptTester.csproj
@@ -10,7 +10,6 @@
RobloxApp
v4.0
512
- true
AnyCPU
diff --git a/Novetus/Novetus.ClientScriptTester/Properties/AssemblyInfo.cs b/Novetus/Novetus.ClientScriptTester/Properties/AssemblyInfo.cs
index 9c17788..d41eb02 100644
--- a/Novetus/Novetus.ClientScriptTester/Properties/AssemblyInfo.cs
+++ b/Novetus/Novetus.ClientScriptTester/Properties/AssemblyInfo.cs
@@ -1,16 +1,18 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
+#region Usings
+using System.Reflection;
using System.Runtime.InteropServices;
+#endregion
+
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Novetus.ClientScriptTester")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("ClientScript tester")]
+[assembly: AssemblyDescription("ClientScript tester tor testing ClientScript variables.")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Novetus.ClientScriptTester")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyCompany("Bitl")]
+[assembly: AssemblyProduct("Novetus")]
+[assembly: AssemblyCopyright("(c) Bitl 2018-2020. All rights to ROBLOX go to the ROBLOX Corporation.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -19,9 +21,6 @@ using System.Runtime.InteropServices;
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("83b08607-65b8-4f9c-8d0f-ab1c8eeffae0")]
-
// Version information for an assembly consists of the following four values:
//
// Major Version
@@ -32,5 +31,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.*")]
diff --git a/Novetus/NovetusCMD/Properties/AssemblyInfo.cs b/Novetus/NovetusCMD/Properties/AssemblyInfo.cs
index bf1fab9..4346a90 100644
--- a/Novetus/NovetusCMD/Properties/AssemblyInfo.cs
+++ b/Novetus/NovetusCMD/Properties/AssemblyInfo.cs
@@ -1,9 +1,6 @@
-#region Using directives
-
-using System;
+#region Usings
using System.Reflection;
using System.Runtime.InteropServices;
-
#endregion
// General Information about an assembly is controlled through the following
@@ -28,4 +25,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.2.*")]
diff --git a/Novetus/NovetusLauncher/Properties/AssemblyInfo.cs b/Novetus/NovetusLauncher/Properties/AssemblyInfo.cs
index 6c4b44b..777ee09 100644
--- a/Novetus/NovetusLauncher/Properties/AssemblyInfo.cs
+++ b/Novetus/NovetusLauncher/Properties/AssemblyInfo.cs
@@ -1,9 +1,9 @@
-#region Using directives
-using System;
+#region Usings
using System.Reflection;
using System.Runtime.InteropServices;
-
#endregion
+
+
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
@@ -24,4 +24,4 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
-[assembly: AssemblyVersion ("2.0.*")]
+[assembly: AssemblyVersion ("1.2.*")]
diff --git a/Novetus/NovetusURI/Properties/AssemblyInfo.cs b/Novetus/NovetusURI/Properties/AssemblyInfo.cs
index 7f542a1..bb5c379 100644
--- a/Novetus/NovetusURI/Properties/AssemblyInfo.cs
+++ b/Novetus/NovetusURI/Properties/AssemblyInfo.cs
@@ -1,6 +1,7 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
+#region Usings
+using System.Reflection;
using System.Runtime.InteropServices;
+#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -29,4 +30,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.2.*")]