diff options
-rw-r--r-- | CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs b/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs index aaf882e..17ddf55 100644 --- a/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs +++ b/CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs @@ -7,11 +7,11 @@ using System.Runtime.CompilerServices; // TODO: Review the values of the assembly attributes
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTitle("Ivy")]
+[assembly: AssemblyDescription("Dll de communications sur le bus IVY")]
+[assembly: AssemblyCompany("CENA PII")]
+[assembly: AssemblyProduct("Ivy")]
+[assembly: AssemblyCopyright("CENA")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -26,7 +26,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("1.0.*")]
+[assembly: AssemblyVersion("2.0.*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
|