X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fnunit20%2Fcore%2FAssemblyInfo.cs;h=f87088a88dfdc58dc36f08f8363326539d1bd2da;hb=09243193aa5d97b125b02f50c07e06c909b01406;hp=45cebe61795a5dde2db8e2ecb81b3fb05faacd1f;hpb=b7c17c47e6b3c02192e64175cb5ee0ce7f7dda1b;p=mono.git diff --git a/mcs/nunit20/core/AssemblyInfo.cs b/mcs/nunit20/core/AssemblyInfo.cs old mode 100755 new mode 100644 index 45cebe61795..f87088a88df --- a/mcs/nunit20/core/AssemblyInfo.cs +++ b/mcs/nunit20/core/AssemblyInfo.cs @@ -2,7 +2,9 @@ using System; using System.Reflection; using System.Runtime.CompilerServices; +#if !TARGET_JVM [assembly: CLSCompliant(true)] +#endif // // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -28,7 +30,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.91.0")] +[assembly: AssemblyVersion("2.2.0.0")] + // // In order to sign your assembly you must specify a key to use. Refer to the @@ -58,6 +61,6 @@ using System.Runtime.CompilerServices; #if !StronglyNamedAssembly [assembly: AssemblyDelaySign(false)] #else -[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")] +[assembly: AssemblyKeyFile("../../../nunit.key")] [assembly: AssemblyKeyName("")] #endif