diff --git a/TextLocator/Properties/AssemblyInfo.cs b/TextLocator/Properties/AssemblyInfo.cs index e7aa594e9bfa4281f2005cfd57a86e08acc845a9..677010cbc06dd52f9c4bd7834f1c7c54183e4e13 100644 --- a/TextLocator/Properties/AssemblyInfo.cs +++ b/TextLocator/Properties/AssemblyInfo.cs @@ -50,9 +50,9 @@ using System.Windows; //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] // 大版本,强制更新最小版本 -[assembly: AssemblyVersion("2.1.28.6")] +[assembly: AssemblyVersion("2.1.28.8")] // 小版本,选择更新版本 -[assembly: AssemblyFileVersion("2.1.28.6")] +[assembly: AssemblyFileVersion("2.1.28.8")] // Version minVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; // Version version = new Version(FileVersionInfo.GetVersionInfo(System.Windows.Forms.Application.ExecutablePath).ProductVersion);