From b6c67d93c5427661f5f28d1d036b11294b18b627 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 18 Oct 2017 16:40:35 +0800 Subject: [PATCH] Update to version 0.3.6. --- src/QSP/ChangeLog.txt | 6 +++++- src/QSP/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/QSP/ChangeLog.txt b/src/QSP/ChangeLog.txt index aac66e17..469d9356 100644 --- a/src/QSP/ChangeLog.txt +++ b/src/QSP/ChangeLog.txt @@ -1,4 +1,8 @@ -version 0.3.5 +version 0.3.6 +* Fix a bug where click on 'show map' without finding a route first results in NullReferenceException. +* Fix a bug where saving new aircraft causes NullReferenceException. + +version 0.3.5 * Add P3D v4 registry detection. * Fix the issue where two scroll bars appear in tracks page. * Add automatic error reporting. diff --git a/src/QSP/Properties/AssemblyInfo.cs b/src/QSP/Properties/AssemblyInfo.cs index c6122dde..cffed027 100644 --- a/src/QSP/Properties/AssemblyInfo.cs +++ b/src/QSP/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("0.3.5.0")] +[assembly: AssemblyVersion("0.3.6.0")] [assembly: AssemblyFileVersion("1.0.0.0")]