@@ -9,20 +9,12 @@ USING System.Runtime.InteropServices
99[assembly: AssemblyTitle ("FabSplitShellTest" )]
1010[assembly: AssemblyDescription ("" )]
1111[assembly: AssemblyConfiguration ("" )]
12- [assembly: AssemblyCompany ("" )]
12+ [assembly: AssemblyCompany ("FabTools " )]
1313[assembly: AssemblyProduct ("FabSplitShellTest" )]
1414[assembly: AssemblyCopyright ("Copyright © 2020" )]
1515[assembly: AssemblyTrademark ("" )]
1616[assembly: AssemblyCulture ("" )]
1717
18- // Setting ComVisible to false makes the types in this assembly not visible
19- // to COM components. If you need to access a type in this assembly from
20- // COM, set the ComVisible attribute to true on that type.
21- [assembly: ComVisible (FALSE )]
22-
23- // The following GUID is for the ID of the typelib if this project is exposed to COM
24- [assembly: Guid ("5ed9239d-dbb3-4ab8-8d19-cef010154e54" )]
25-
2618//
2719// Version information for an assembly consists of the following four values:
2820//
@@ -33,5 +25,6 @@ USING System.Runtime.InteropServices
3325//
3426// You can specify all the values or you can default the Revision and Build Numbers
3527// by using the '*' as shown below:
28+ [assembly: AssemblyVersionAttribute ( "2.3.1" )]
29+ [assembly: AssemblyFileVersionAttribute ( "2.3.1" )]
3630
37- [assembly: AssemblyVersion ("1.0.*" )]
0 commit comments