PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/src/NUnit/core/CommonAssemblyInfo.cs

#
C# | 34 lines | 7 code | 4 blank | 23 comment | 0 complexity | fcd526232e0dee507285babcc06c1108 MD5 | raw file
Possible License(s): GPL-2.0
  1. // ****************************************************************
  2. // This is free software licensed under the NUnit license. You
  3. // may obtain a copy of the license as well as information regarding
  4. // copyright ownership at http://nunit.org.
  5. // ****************************************************************
  6. using System.Reflection;
  7. //
  8. // Common Information about all NUnit assemblies is controlled through the following
  9. // set of attributes. Change these source values to modify the information
  10. // associated with an assembly.
  11. //
  12. // NOTE: This file is only used in the Visual Studio builds. For the NAnt builds,
  13. // an alternate file is generated and used.
  14. //
  15. [assembly: AssemblyCompany("NUnit.org")]
  16. [assembly: AssemblyProduct("NUnit")]
  17. [assembly: AssemblyCopyright("Copyright (C) 2002-2010 Charlie Poole.\r\nCopyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.\r\nCopyright (C) 2000-2002 Philip Craig.\r\nAll Rights Reserved.")]
  18. [assembly: AssemblyTrademark("NUnit is a trademark of NUnit.org")]
  19. //
  20. // Version information for an assembly consists of the following four values:
  21. //
  22. // Major Version
  23. // Minor Version
  24. // Build Number
  25. // Revision
  26. //
  27. // You can specify all the values or you can default the Revision and Build Numbers
  28. // by using the '*' as shown below:
  29. [assembly: AssemblyVersion("2.5.10")]
  30. [assembly: AssemblyInformationalVersion("2.5.10")]