diff --git a/CHANGELOG.md b/CHANGELOG.md index 5478460..fa9a035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog + +## 2.0.3 + +**2019-08-19** + +* Fixes + * The create-compilation-database menu option stayed disabled if a solution was loaded directly on startup of VS + + ## 2.0.2 **2019-07-02** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index 194e95c..0de0cf5 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 ed6ebfa..347689d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.0.2.{build} +version: 2.0.3.{build} image: Visual Studio 2017 install: