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/?p=license&r=2.4.
5 // ****************************************************************
7 using System
.Reflection
;
10 // Common Information about all NUnit assemblies is controlled through the following
11 // set of attributes. Change these attribute values to modify the information
12 // associated with an assembly.
14 //[assembly: AssemblyTitle("")]
15 //[assembly: AssemblyDescription("")]
16 [assembly
: AssemblyConfiguration("")]
17 [assembly
: AssemblyCompany("NUnit.org")]
18 [assembly
: AssemblyProduct("NUnit")]
19 [assembly
: AssemblyCopyright("Copyright (C) 2002-2007 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.")]
20 [assembly
: AssemblyTrademark("")]
21 [assembly
: AssemblyCulture("")]
24 // Version information for an assembly consists of the following four values:
31 // You can specify all the values or you can default the Revision and Build Numbers
32 // by using the '*' as shown below:
34 [assembly
: AssemblyVersion("2.4.8")]