AssemblyInfo.cs 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. using System.Runtime.CompilerServices;
  2. #region Using directives
  3. using System;
  4. using System.Reflection;
  5. using System.Resources;
  6. using System.Runtime.InteropServices;
  7. #endregion
  8. // General Information about an assembly is controlled through the following
  9. // set of attributes. Change these attribute values to modify the information
  10. // associated with an assembly.
  11. [assembly: AssemblyTitle("Aliyun.OSS.dll")]
  12. [assembly: AssemblyDescription("Aliyun OSS SDK for C#")]
  13. [assembly: AssemblyConfiguration("")]
  14. [assembly: AssemblyCompany("Alibaba Cloud Computing")]
  15. [assembly: AssemblyProduct("Aliyun OSS SDK for C#")]
  16. [assembly: AssemblyCopyright("Copyright 2012")]
  17. [assembly: AssemblyTrademark("")]
  18. [assembly: AssemblyCulture("")]
  19. [assembly: NeutralResourcesLanguage("zh-CN")]
  20. // This sets the default COM visibility of types in the assembly to invisible.
  21. // If you need to expose a type to COM, use [ComVisible(true)] on that type.
  22. [assembly: ComVisible(false)]
  23. // The assembly version has following format :
  24. //
  25. // Major.Minor.Build.Revision
  26. //
  27. [assembly: AssemblyVersion("2.2.0")]
  28. // The asembly is designed as CLS compliant to support CLS-compliant languages.
  29. //[assembly: CLSCompliant(true)]
  30. [assembly: InternalsVisibleTo("Aliyun.OSS.UnitTest, PublicKey=002400000480000094000000060200000024000052534131000400000100010045C2B8CBBFE7B414DEE24D990688805C04B57ABB8292CEC3CFBCF4C7F6BD8254C8DDEA76F8EA035D106914678AAE9DB8BA4BF1669637043DBE62E1DE2B978729CF6F3DD0080AC2209559371D26219B50309EFDA1D51800DE052B0A45C7C9238884EEA4E7DC3C595B4930785A33A90ED4A6869285C3C04AD95245C0DFC00D24CC")]
  31. [assembly: AssemblyFileVersion("2.2.0")]