11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
65// set of attributes. Change these attribute values to modify the information
76// associated with an assembly.
8- [ assembly: AssemblyTitle ( "DeepBotPointFucker" ) ]
7+
8+ [ assembly: AssemblyTitle ( "DeepBotPointExtractor" ) ]
99[ assembly: AssemblyDescription ( "" ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "DeepBotPointFucker " ) ]
12+ [ assembly: AssemblyProduct ( "DeepBotPointExtractor " ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2016" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
1717// Setting ComVisible to false makes the types in this assembly not visible
1818// to COM components. If you need to access a type in this assembly from
1919// COM, set the ComVisible attribute to true on that type.
20+
2021[ assembly: ComVisible ( false ) ]
2122
2223// The following GUID is for the ID of the typelib if this project is exposed to COM
24+
2325[ assembly: Guid ( "0bbad9ab-ef35-4cbc-a586-ec600d46ea8d" ) ]
2426
2527// Version information for an assembly consists of the following four values:
3234// You can specify all the values or you can default the Build and Revision Numbers
3335// by using the '*' as shown below:
3436// [assembly: AssemblyVersion("1.0.*")]
37+
3538[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
0 commit comments