修改部分提示

This commit is contained in:
WGzeyu 2020-02-17 01:39:16 +08:00
parent 6908c1b7d0
commit 68dc6e2b09
2 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ namespace ModAssistant
{
Properties.Settings.Default.AllGameVersions = versionsString;
Properties.Settings.Default.Save();
Utils.ShowMessageBoxAsync("似乎游戏有更新。\n\n请仔细检查左下角是否选择了正确的游戏版本", "检测到新的游戏版本");
Utils.ShowMessageBoxAsync("似乎游戏有更新\n请仔细检查左下角是否选择了正确的游戏版本\n\n如果左下角没有最新的游戏版本选项\n很可能是因为游戏完全兼容最后一版的Mod。", "检测到新的游戏版本");
return versions[0];
}

View file

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3004.0")]
[assembly: AssemblyFileVersion("1.0.3004.0")]
[assembly: AssemblyVersion("1.0.3005.0")]
[assembly: AssemblyFileVersion("1.0.3005.0")]