From c0b10da4f1c8da37d5a235e4fde82fea4be746da Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 26 Jun 2018 23:42:13 +0200 Subject: [PATCH] bump version number for release 1.7 --- CHANGELOG.md | 9 +++++++++ SourcetrailExtension/source.extension.vsixmanifest | 2 +- appveyor.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efb7f5..9f2d5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.7 + +**2018-06-26** + +* Fixes + * Handles an exception that was thrown if the loaded project uses a legacy configuration type + * Improves log information + + ## 1.6 **2018-06-05** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index a19b22b..9dbf3ad 100644 --- a/SourcetrailExtension/source.extension.vsixmanifest +++ b/SourcetrailExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Sourcetrail Extension This extension allows you to synchronize Visual Studio with Sourcetrail, a Clang based source code exploration tool. Additionally it lets you generate a Clang Compilation Database for any Visual Studio solution, which can also be used to run other Clang based tools. https://www.sourcetrail.com/ diff --git a/appveyor.yml b/appveyor.yml index aba7974..b5a912e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.6.{build} +version: 1.7.{build} image: Visual Studio 2017 install: