Skip to content

Commit

Permalink
FIx some minor issue with the required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Therena committed May 2, 2018
1 parent 0cde977 commit 8782eef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,10 @@ on the official Visual Studio extension gallery.
- [x] Updated the dependencies
- [x] Restructure the use of the context menu items
- [x] Implement the context menu at the folder view of solution explorer

## 2.0.0.18

**2018-05-02**

- [x] Fix some minor issue with the required dependencies

3 changes: 1 addition & 2 deletions ConEmuIntegration/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="da4195aa-018f-4bb3-9443-37f4f5e16d94" Version="2.0.0.17" Language="en-US" Publisher="David Roller" />
<Identity Id="da4195aa-018f-4bb3-9443-37f4f5e16d94" Version="2.0.0.18" Language="en-US" Publisher="David Roller" />
<DisplayName>ConEmuIntegration</DisplayName>
<Description xml:space="preserve">Integrate the console emulator ConEmu in Visual Studio</Description>
<License>Resources\LICENSE</License>
Expand All @@ -20,7 +20,6 @@
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio-Kern-Editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.DiagnosticTools" Version="[15.0.26004.1,16.0)" DisplayName="Profilerstellungstools" />
<Prerequisite Id="Microsoft.VisualStudio.Shell.12.0" Version="[12.0]" DisplayName="Visual Studio Shell" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit 8782eef

Please sign in to comment.