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

Commit d0adc27

Browse files
committed
bump version number to 2.1.0
1 parent 4fa5e05 commit d0adc27

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

33

4+
## 2.1.0
5+
6+
**2019-09-16**
7+
8+
* Features
9+
* Apply language standard that is defined in the VS project properties settings at C/C++ > Language > C++ Language Standard
10+
* Fixes
11+
* Removed duplicate definition of language standard from generated compilation database
12+
* Added Microsoft.VisualStudio.Utilities.dll to make extension build on some systems
13+
14+
415
## 2.0.3
516

617
**2019-08-19**

SourcetrailExtension/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="2.0.3" Language="en-US" Publisher="Coati Software" />
4+
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="2.1.0" Language="en-US" Publisher="Coati Software" />
55
<DisplayName>Sourcetrail Extension</DisplayName>
66
<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>
77
<MoreInfo>https://www.sourcetrail.com/</MoreInfo>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.0.3.{build}
1+
version: 2.1.0.{build}
22
image: Visual Studio 2017
33

44
install:

0 commit comments

Comments
 (0)