X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=AppliStation%2FAssemblyInfo.cs;h=e8d5eb3fc708f4fa0c4d3e2b042abddb7a5565ce;hp=2f286732526e51820e6a4fd6e3e1945948b7c278;hb=0190dc4eb87a9b963c5094c974243856f8ac1480;hpb=d77e489a312afb2db4612269f7275c6ac1fd17cc diff --git a/AppliStation/AssemblyInfo.cs b/AppliStation/AssemblyInfo.cs index 2f28673..e8d5eb3 100644 --- a/AppliStation/AssemblyInfo.cs +++ b/AppliStation/AssemblyInfo.cs @@ -10,11 +10,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AppliStation")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Applications Management Application")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Team AppliStation")] [assembly: AssemblyProduct("AppliStation")] -[assembly: AssemblyCopyright("")] +[assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.8.*")] +[assembly: AssemblyVersion("1.2.1.*")]