AssemblyInfo.cs 980 B

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Reflection;
  3. using System.Runtime.InteropServices;
  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.
  7. [assembly: AssemblyTitle("WinSCPnet")]
  8. [assembly: AssemblyDescription("WinSCP scripting interface .NET wrapper")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("Martin Prikryl")]
  11. [assembly: AssemblyProduct("WinSCP")]
  12. [assembly: AssemblyCopyright("")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. [assembly: ComVisible(false)]
  16. // The following GUID is for the ID of the typelib if this project is exposed to COM
  17. [assembly: Guid("a0b93468-d98a-4845-a234-8076229ad93f")]
  18. [assembly: AssemblyVersion("1.3.3.0")]
  19. [assembly: AssemblyFileVersion("1.3.3.0")]
  20. [assembly: AssemblyInformationalVersionAttribute("5.9.1.0")]
  21. [assembly: CLSCompliant(true)]