From 456a857de77d0f3f24e92ad3d67c7ce20d674145 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 26 Nov 2019 17:23:46 +0100 Subject: [PATCH] bump version to 2.1.1 --- CHANGELOG.md | 7 +++++++ SourcetrailExtension/source.extension.vsixmanifest | 2 +- appveyor.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2631f6d..06a09e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 2.1.1 + +**2019-11-26** +* Fixes + * Showing a source location in VS via Sourcetrail was not working because VS 2019 was unable to reuse a socket once it was closed for the first time. + + ## 2.1.0 **2019-09-16** diff --git a/SourcetrailExtension/source.extension.vsixmanifest b/SourcetrailExtension/source.extension.vsixmanifest index 028ae9f..beaeb8d 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 fde3723..6daa936 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.0.{build} +version: 2.1.1.{build} image: Visual Studio 2017 install: