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

Commit 5f1e55a

Browse files
committed
bump version number for release 1.8
1 parent 6af009a commit 5f1e55a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.8
4+
5+
**2018-09-14**
6+
7+
* Fixes
8+
* Fixes out of memory issue for large Visual Studio projects
9+
* Fixes trailing comma appended to generated compile commands
10+
11+
312
## 1.7
413

514
**2018-06-26**

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="1.7" Language="en-US" Publisher="Coati Software" />
4+
<Identity Id="acf15780-03b5-440e-a41e-db79b7043fc2" Version="1.8" 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: 1.7.{build}
1+
version: 1.8.{build}
22
image: Visual Studio 2017
33

44
install:

0 commit comments

Comments
 (0)