From 1bf445fc556c774505f83a80caeb37dff820c014 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 19 Feb 2019 14:29:33 +0100 Subject: [PATCH] bump version number for release 1.9.0 --- CHANGELOG.md | 8 ++++++++ SourcetrailExtension/source.extension.vsixmanifest | 2 +- appveyor.yml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad8181..8e7f946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.9.0 + +**2019-02-19** + +* Fixes + * Added Newtonsoft.Json.dll to released VSIX package because this dependency is missing on some systems. + + ## 1.8 **2018-09-14** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index 52e8e4c..72f399c 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 d19f77b..c46e023 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.8.{build} +version: 1.9.0.{build} image: Visual Studio 2017 install: @@ -13,7 +13,7 @@ assembly_info: before_build: - nuget restore - - ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion + - ps: Vsix-IncrementVsixVersion -versionType "revision" | Vsix-UpdateBuildVersion build_script: - msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m