summaryrefslogtreecommitdiff
path: root/Ivy/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Properties/AssemblyInfo.cs')
-rw-r--r--Ivy/Properties/AssemblyInfo.cs6
1 files changed, 4 insertions, 2 deletions
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")]