11using System . Reflection ;
22using System . Runtime . InteropServices ;
33
4- // General Information about an assembly is controlled through the following
5- // set of attributes. Change these attribute values to modify the information
6- // associated with an assembly.
74[ assembly: AssemblyTitle ( "NETReactorSlayer-x64.CLI" ) ]
85[ assembly: AssemblyDescription ( "A deobfuscator for Eziriz .NET Reactor." ) ]
96[ assembly: AssemblyConfiguration ( "" ) ]
129[ assembly: AssemblyCopyright ( "Copyright © 2021 CodeStrikers.org" ) ]
1310[ assembly: AssemblyTrademark ( "" ) ]
1411[ assembly: AssemblyCulture ( "" ) ]
15-
16- // Setting ComVisible to false makes the types in this assembly not visible
17- // to COM components. If you need to access a type in this assembly from
18- // COM, set the ComVisible attribute to true on that type.
1912[ assembly: ComVisible ( false ) ]
20-
21- // The following GUID is for the ID of the typelib if this project is exposed to COM
2213[ assembly: Guid ( "4363303c-af4c-4c1b-8284-fc468514c15d" ) ]
23-
24- // Version information for an assembly consists of the following four values:
25- //
26- // Major Version
27- // Minor Version
28- // Build Number
29- // Revision
30- //
31- // You can specify all the values or you can default the Build and Revision Numbers
32- // by using the '*' as shown below:
33- // [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "4.0.0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "4.0.0.0" ) ]
14+ [ assembly: AssemblyVersion ( "5.0.0.0" ) ]
15+ [ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0-rc1" ) ]
0 commit comments