AssemblyInfo.cs 710 B

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