/src/NUnit/mocks/CommonAssemblyInfo.cs
# · C# · 34 lines · 7 code · 4 blank · 23 comment · 0 complexity · fcd526232e0dee507285babcc06c1108 MD5 · raw file
- // ****************************************************************
- // This is free software licensed under the NUnit license. You
- // may obtain a copy of the license as well as information regarding
- // copyright ownership at http://nunit.org.
- // ****************************************************************
-
- using System.Reflection;
-
- //
- // Common Information about all NUnit assemblies is controlled through the following
- // set of attributes. Change these source values to modify the information
- // associated with an assembly.
- //
- // NOTE: This file is only used in the Visual Studio builds. For the NAnt builds,
- // an alternate file is generated and used.
- //
- [assembly: AssemblyCompany("NUnit.org")]
- [assembly: AssemblyProduct("NUnit")]
- [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.")]
- [assembly: AssemblyTrademark("NUnit is a trademark of NUnit.org")]
-
- //
- // Version information for an assembly consists of the following four values:
- //
- // Major Version
- // Minor Version
- // Build Number
- // Revision
- //
- // You can specify all the values or you can default the Revision and Build Numbers
- // by using the '*' as shown below:
-
- [assembly: AssemblyVersion("2.5.10")]
- [assembly: AssemblyInformationalVersion("2.5.10")]