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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Mar 26, 2018
1 parent f5e84d0 commit 0ffbd28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Changelog

## 1.4

**2018-03-26**

* Features
* New buttons that allow to auto-select all projects that reference/are referenced by the currently selected ones.
* Fixes
* Fixes extension icon incompatibility with new Visual Studio Marketplace by removing largest icon layer size.
* Fixes exception that caused exported Compilation Database to be empty by using an older version of referenced Newtonsoft.Json package.


## 1.3

**2018-02-16**

* Fixes
* Fixes text encoding used in messages that synchronize Visual Studio and Sourcetrail.


## 1.2

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

install:
Expand Down

0 comments on commit 0ffbd28

Please sign in to comment.