New test.
[mono.git] / mcs / nunit20 / util / AssemblyInfo.cs
old mode 100755 (executable)
new mode 100644 (file)
index b970c87..1a2c1e4
@@ -55,7 +55,8 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.1.4.0")]
+
+[assembly: AssemblyVersion("2.2.0.0")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the 
@@ -82,9 +83,9 @@ using System.Runtime.CompilerServices;
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
 //       documentation for more information on this.
 //
-#if !StronglyNamedAssembly
+#if TARGET_JVM
 [assembly: AssemblyDelaySign(false)]
 #else
-[assembly: AssemblyKeyFile("..\\..\\..\\Nunit.key")]
+[assembly: AssemblyKeyFile("../../../nunit.key")]
 [assembly: AssemblyKeyName("")]
 #endif