X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fnunit20%2Futil%2FAssemblyInfo.cs;h=1a2c1e460458a1a2bad23fe4200fe2b418303589;hb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;hp=d8a58a02f58501aa3695edfc5504343e22a82fb4;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/nunit20/util/AssemblyInfo.cs b/mcs/nunit20/util/AssemblyInfo.cs index d8a58a02f58..1a2c1e46045 100644 --- a/mcs/nunit20/util/AssemblyInfo.cs +++ b/mcs/nunit20/util/AssemblyInfo.cs @@ -55,6 +55,7 @@ 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.2.0.0")] // @@ -82,5 +83,9 @@ using System.Runtime.CompilerServices; // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework // documentation for more information on this. // -[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")] +#if TARGET_JVM +[assembly: AssemblyDelaySign(false)] +#else +[assembly: AssemblyKeyFile("../../../nunit.key")] [assembly: AssemblyKeyName("")] +#endif