released v1.2.22

This commit is contained in:
morkt
2016-12-15 15:13:40 +04:00
parent f08f018f2c
commit 4ec723c334
7 changed files with 14 additions and 8 deletions

View File

@@ -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)

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.2.21.1516")]
[assembly: AssemblyFileVersion ("1.2.21.1516")]
[assembly: AssemblyVersion ("1.2.22.1555")]
[assembly: AssemblyFileVersion ("1.2.22.1555")]