Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Nov 26, 2019
1 parent e99d1fa commit 456a857
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion SourcetrailExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="2.1.0" Language="en-US" Publisher="Coati Software" />
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="2.1.1" Language="en-US" Publisher="Coati Software" />
<DisplayName>Sourcetrail Extension</DisplayName>
<Description xml:space="preserve">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.</Description>
<MoreInfo>https://www.sourcetrail.com/</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.0.{build}
version: 2.1.1.{build}
image: Visual Studio 2017

install:
Expand Down

0 comments on commit 456a857

Please sign in to comment.