From 8d10e8bbd1e19adc7c70e1101dbb69c213c910dd Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 22 Aug 2008 16:44:01 +0000 Subject: optimisation for parsing same regular expression from multiple client using fxCop for code beauty fix bug on concurrent connect --- Ivy/Properties/AssemblyInfo.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Ivy/Properties/AssemblyInfo.cs') diff --git a/Ivy/Properties/AssemblyInfo.cs b/Ivy/Properties/AssemblyInfo.cs index 96176ce..79c0aa6 100644 --- a/Ivy/Properties/AssemblyInfo.cs +++ b/Ivy/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -10,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Dll de communications sur le bus IVY")] [assembly: AssemblyCompany("DTI/R&D PII")] [assembly: AssemblyProduct("Ivy")] -[assembly: AssemblyCopyright("SDER")] +[assembly: AssemblyCopyright("DTI/R&D")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -25,7 +26,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyVersion("2.2.*")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -60,3 +61,4 @@ using System.Runtime.InteropServices; [assembly: ComVisibleAttribute(false)] +[assembly: NeutralResourcesLanguageAttribute("en")] -- cgit v1.1