From: Panagiotis Kanavos Date: Sun, 19 Feb 2012 17:04:32 +0000 (+0200) Subject: Changed casing of company name X-Git-Url: https://code.grnet.gr/git/pithos-ms-client/commitdiff_plain/301a68c5e13925b6039f0c9effe744d3889f9768?ds=sidebyside Changed casing of company name --- diff --git a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs index e39e5b3..0b580d9 100644 --- a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs +++ b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyTitle("Pithos Client for Windows")] [assembly: AssemblyDescription("Pithos Client for Windows")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("GRNet")] +[assembly: AssemblyCompany("GRNET")] [assembly: AssemblyProduct("Pithos Client for Windows")] [assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")] [assembly: AssemblyTrademark("")] @@ -53,4 +53,4 @@ using System.Windows; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersionAttribute("0.1.20213.1894")] +[assembly: AssemblyFileVersionAttribute("0.1.20217.2055")]