From 6b287fc66cb6564657da51b221c5c92bf4b1bb58 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:52:19 +0000 Subject: 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) --- CSharp/Ivy/Ivy/Properties/AssemblyInfo.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'CSharp/Ivy') 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 -- cgit v1.1