Preliminary fix for #1999, incorrect deletions
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / AssemblyInfo.cs
index 016ff4d..ab55d1b 100644 (file)
@@ -7,14 +7,15 @@ using System.Windows;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("Pithos.Client.WPF")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("Pithos Client for Windows")]
+[assembly: AssemblyDescription("Pithos Client for Windows")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("Pithos.Client.WPF")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
+[assembly: AssemblyCompany("GRNet")]
+[assembly: AssemblyProduct("Pithos Client for Windows")]
+[assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
+[assembly: AssemblyInformationalVersion("2012-02-06")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 
 // to COM components.  If you need to access a type in this assembly from 
@@ -51,5 +52,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.1.0.0")]
+[assembly: AssemblyFileVersionAttribute("0.1.20209.1999")]