GlobalAssemblyInfo.cs 586 B

1234567891011121314151617
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // Version information for an assembly consists of the following four values:
  5. //
  6. // Major Version
  7. // Minor Version
  8. // Build Number
  9. // Revision
  10. //
  11. [assembly: AssemblyVersion("1.6.6.0")]
  12. [assembly: AssemblyFileVersion("1.6.6.0")]
  13. [assembly: AssemblyCompany("SuperSocket")]
  14. [assembly: AssemblyProduct("SuperSocket")]
  15. [assembly: AssemblyCopyright("Copyright © supersocket.codeplex.com 2010-2015")]
  16. [assembly: AssemblyTrademark("")]
  17. [assembly: AssemblyCulture("")]