diff options
author | fcolin | 2007-02-01 09:52:19 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:19 +0000 |
commit | 6b287fc66cb6564657da51b221c5c92bf4b1bb58 (patch) | |
tree | 35650d6df064ddec5205a08460acc19880162ac4 /CSharp/Ivy | |
parent | 4fdca131c38d018181d5d2926526326d4c881a93 (diff) | |
download | ivy-csharp-6b287fc66cb6564657da51b221c5c92bf4b1bb58.zip ivy-csharp-6b287fc66cb6564657da51b221c5c92bf4b1bb58.tar.gz ivy-csharp-6b287fc66cb6564657da51b221c5c92bf4b1bb58.tar.bz2 ivy-csharp-6b287fc66cb6564657da51b221c5c92bf4b1bb58.tar.xz |
Utilisateur : Fcolin Date : 30/06/05 Heure : 14:21 Archivé dans $/CSharp/Ivy Commentaire: Bug start time < 0 en l'absence de rejeu a voir ajouter 1s de blank au debut (vss 2)
Diffstat (limited to 'CSharp/Ivy')
-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
|