changed version info

This commit is contained in:
Bitl 2020-07-13 13:49:39 -07:00
parent 053f2c5cf7
commit fed32e5993
5 changed files with 20 additions and 25 deletions

View File

@ -10,7 +10,6 @@
<AssemblyName>RobloxApp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>

View File

@ -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.*")]

View File

@ -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.*")]

View File

@ -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.*")]

View File

@ -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.*")]