using System;\r
using System.Globalization;\r
using System.IO;\r
-using System.Linq;\r
using System.Text;\r
using System.Text.RegularExpressions;\r
\r
stringBuilder.Append(c);\r
}\r
string result = stringBuilder.ToString();\r
+ result = result.Trim('.');\r
result = Regex.Replace(result, NORMALIZE_TEXT_PATTERN, UNDERSCORE);\r
if (result.Length > 100)\r
result = result.Substring(0, 100);\r
// You can specify all the values or you can default the Build and Revision Numbers\r
// by using the '*' as shown below:\r
// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("2.1.1.2")]\r
-[assembly: AssemblyFileVersion("2.1.1.2")]\r
+[assembly: AssemblyVersion("2.1.1.3")]\r
+[assembly: AssemblyFileVersion("2.1.1.3")]\r