Skip to content

Commit

Permalink
Bumping version to 2.6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devo1929 committed Jan 25, 2022
1 parent 41ac7b8 commit e8c5616
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DXMainClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// 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("DTA CnCNet Client")]
Expand All @@ -13,8 +13,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

Expand All @@ -24,12 +24,12 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// 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("2.6.10.3")]
[assembly: AssemblyFileVersion("2.6.10.3")]
[assembly: AssemblyVersion("2.6.11.0")]
[assembly: AssemblyFileVersion("2.6.11.0")]

0 comments on commit e8c5616

Please sign in to comment.