AssemblyInfo.cs 783 B

1234567891011121314151617181920
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle("Jint CLI")]
  9. [assembly: AssemblyDescription("Javascript Interpreter for .NET")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("Jint")]
  13. [assembly: AssemblyCopyright("Copyright © Sébastien Ros 2013")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. [assembly: NeutralResourcesLanguage("en")]
  17. [assembly: AssemblyVersion("2.9.1")]
  18. [assembly: AssemblyFileVersion("2.9.1")]