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

Commit

Permalink
bump version number for release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Sep 14, 2018
1 parent 6af009a commit 5f1e55a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.8

**2018-09-14**

* Fixes
* Fixes out of memory issue for large Visual Studio projects
* Fixes trailing comma appended to generated compile commands


## 1.7

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

install:
Expand Down

0 comments on commit 5f1e55a

Please sign in to comment.