| Line 9... | Line 9... | 
          
            | 9 | //
 | 9 | //
 | 
          
            | 10 | // General Information about an assembly is controlled through the following
 | 10 | // General Information about an assembly is controlled through the following
 | 
          
            | 11 | // set of attributes. Change these attribute values to modify the information
 | 11 | // set of attributes. Change these attribute values to modify the information
 | 
          
            | 12 | // associated with an assembly.
 | 12 | // associated with an assembly.
 | 
          
            | 13 | //
 | 13 | //
 | 
          
            | 14 | [assembly:AssemblyTitleAttribute("PluginManagerLite")];
 | 14 | [assembly:AssemblyTitleAttribute("XPluginManager")];
 | 
          
            | 15 | [assembly:AssemblyDescriptionAttribute("")];
 | 15 | [assembly:AssemblyDescriptionAttribute("")];
 | 
          
            | 16 | [assembly:AssemblyConfigurationAttribute("")];
 | 16 | [assembly:AssemblyConfigurationAttribute("")];
 | 
          
            | 17 | [assembly:AssemblyCompanyAttribute("Cycrow")];
 | 17 | [assembly:AssemblyCompanyAttribute("Cycrow")];
 | 
          
            | 18 | [assembly:AssemblyProductAttribute("Plugin Manager Lite")];
 | 18 | [assembly:AssemblyProductAttribute("X Plugin Manager")];
 | 
          
            | 19 | [assembly:AssemblyCopyrightAttribute("Copyright (c) Cycrow 2009")];
 | 19 | [assembly:AssemblyCopyrightAttribute("Copyright (c) Cycrow 2021")];
 | 
          
            | 20 | [assembly:AssemblyTrademarkAttribute("")];
 | 20 | [assembly:AssemblyTrademarkAttribute("")];
 | 
          
            | 21 | [assembly:AssemblyCultureAttribute("")];
 | 21 | [assembly:AssemblyCultureAttribute("")];
 | 
          
            | 22 |  
 | 22 |  
 | 
          
            | 23 | //
 | 23 | //
 | 
          
            | 24 | // Version information for an assembly consists of the following four values:
 | 24 | // Version information for an assembly consists of the following four values:
 | 
          
            | Line 29... | Line 29... | 
          
            | 29 | //      Revision
 | 29 | //      Revision
 | 
          
            | 30 | //
 | 30 | //
 | 
          
            | 31 | // You can specify all the value or you can default the Revision and Build Numbers
 | 31 | // You can specify all the value or you can default the Revision and Build Numbers
 | 
          
            | 32 | // by using the '*' as shown below:
 | 32 | // by using the '*' as shown below:
 | 
          
            | 33 |  
 | 33 |  
 | 
          
            | 34 | [assembly:AssemblyVersionAttribute("1.0.*")];
 | 34 | [assembly:AssemblyVersionAttribute("1.61.*")];
 | 
          
            | 35 |  
 | 35 |  
 | 
          
            | 36 | [assembly:ComVisible(true)];
 | 36 | [assembly:ComVisible(true)];
 | 
          
            | 37 |  
 | 37 |  
 | 
          
            | 38 | [assembly:CLSCompliantAttribute(true)];
 | 38 | [assembly:CLSCompliantAttribute(true)];
 | 
          
            | 39 |  
 | 39 |  
 |