Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Therena committed Jul 21, 2020
1 parent 39da23a commit 994ded0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ConEmuIntegration/ConEmuIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.206" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>16.8.12</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
Expand Down
2 changes: 1 addition & 1 deletion 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="D643A537-A9F4-43A6-9374-2C452B46300E" Version="2.2019.0.0" Language="en-US" Publisher="David Roller" />
<Identity Id="D643A537-A9F4-43A6-9374-2C452B46300E" Version="2.2019.0.1" Language="en-US" Publisher="David Roller" />
<DisplayName>ConEmu Integration 2019</DisplayName>
<Description xml:space="preserve">Integrate the console emulator ConEmu in Visual Studio</Description>
<License>Resources\LICENSE</License>
Expand Down

0 comments on commit 994ded0

Please sign in to comment.