--- trunk/CSDLL/Properties/AssemblyInfo.cs 2012/07/11 14:19:13 4 +++ trunk/CSDLL/Properties/AssemblyInfo.cs 2012/07/11 16:06:57 12 @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Support functions for ts-config")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AnywhereTS")] +[assembly: AssemblyProduct("AnywhereTS-MSSQL")] [assembly: AssemblyCopyright("Qzone")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.0.0.1")] +[assembly: AssemblyFileVersion("4.0.0.1")] |