AssemblyInfo.cs 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except
  4. in compliance with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2016
  6. All rights reserved.
  7. */
  8. using System.Reflection;
  9. using System.Runtime.CompilerServices;
  10. using System.Runtime.InteropServices;
  11. // General Information about an assembly is controlled through the following
  12. // set of attributes. Change these attribute values to modify the information
  13. // associated with an assembly.
  14. [assembly: AssemblyTitle("Demo_NET")]
  15. [assembly: AssemblyDescription("")]
  16. [assembly: AssemblyConfiguration("")]
  17. [assembly: AssemblyCompany("")]
  18. [assembly: AssemblyProduct("Demo_NET")]
  19. [assembly: AssemblyCopyright("Copyright © 2009")]
  20. [assembly: AssemblyTrademark("")]
  21. [assembly: AssemblyCulture("")]
  22. // Setting ComVisible to false makes the types in this assembly not visible
  23. // to COM components. If you need to access a type in this assembly from
  24. // COM, set the ComVisible attribute to true on that type.
  25. [assembly: ComVisible(false)]
  26. // Version information for an assembly consists of the following four values:
  27. //
  28. // Major Version
  29. // Minor Version
  30. // Build Number
  31. // Revision
  32. //
  33. // You can specify all the values or you can default the Build and Revision Numbers
  34. // by using the '*' as shown below:
  35. // [assembly: AssemblyVersion("3.6.0.0")]
  36. [assembly: AssemblyVersion("3.6.0.0")]
  37. [assembly: AssemblyFileVersion("3.6.0.0")]
  38. [assembly: AssemblyInformationalVersion("production-amo-3.6.0-0-g28f0761-dirty")]