mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-07 23:50:19 +08:00
released v1.2.22
This commit is contained in:
@@ -48,8 +48,6 @@ namespace GARbro.GUI
|
||||
|
||||
void ApplicationStartup (object sender, StartupEventArgs e)
|
||||
{
|
||||
UpgradeSettings();
|
||||
|
||||
string exe_dir = Path.GetDirectoryName (System.Reflection.Assembly.GetExecutingAssembly().Location);
|
||||
#if DEBUG
|
||||
Trace.Listeners.Add (new TextWriterTraceListener (Path.Combine (exe_dir, "trace.log")));
|
||||
@@ -62,6 +60,7 @@ namespace GARbro.GUI
|
||||
"GARbro.GUI.App");
|
||||
Trace.WriteLine (args.Exception.StackTrace, "Stack trace");
|
||||
};
|
||||
UpgradeSettings();
|
||||
try
|
||||
{
|
||||
if (0 != e.Args.Length)
|
||||
|
||||
@@ -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.2.21.1516")]
|
||||
[assembly: AssemblyFileVersion ("1.2.21.1516")]
|
||||
[assembly: AssemblyVersion ("1.2.22.1555")]
|
||||
[assembly: AssemblyFileVersion ("1.2.22.1555")]
|
||||
|
||||
Reference in New Issue
Block a user