comparison AssemblyInfo.cs @ 1:6ba8ac49a923

Re #46: Add NUnit helper methods * First import of test project * Add tests for initial "Array contains"
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Aug 2010 14:24:41 +0000
parents
children
comparison
equal deleted inserted replaced
0:38cd18f2fefa 1:6ba8ac49a923
1 // This file (AssemblyInfo.cs) is a part of the IBBoard.NUnit.Tests project and is copyright 2010 IBBoard
2 //
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
4 using System.Reflection;
5 using System.Runtime.CompilerServices;
6
7 // Information about this assembly is defined by the following attributes.
8 // Change them to the values specific to your project.
9
10 [assembly: AssemblyTitle("IBBoard.NUnit.Tests")]
11 [assembly: AssemblyDescription("Tests for the NUnit extension methods")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("")]
14 [assembly: AssemblyProduct("")]
15 [assembly: AssemblyCopyright("2010 IBBoard")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18
19 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
20 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
21 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
22
23 [assembly: AssemblyVersion("0.0.*")]
24
25 // The following attributes are used to specify the signing key for the assembly,
26 // if desired. See the Mono documentation for more information about signing.
27
28 //[assembly: AssemblyDelaySign(false)]
29 //[assembly: AssemblyKeyFile("")]
30