Skip to content

Commit

Permalink
update vs manifest to accomodate vs 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidMosalla committed Apr 12, 2019
1 parent 28c719a commit 11b7081
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ColorCoder/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="c60146c8-c6f8-40c7-95e7-a50ccdcf6223" Version="1.0.1" Language="en-US" Publisher="Hamid Mosalla" />
<Identity Id="c60146c8-c6f8-40c7-95e7-a50ccdcf6223" Version="1.0.2" Language="en-US" Publisher="Hamid Mosalla" />
<DisplayName>Color Coder</DisplayName>
<Description xml:space="preserve">Provides the ability to change the color of important programming constructs in C# and VB.</Description>
<MoreInfo>https://github.com/HamidMosalla/VisualStudio-ColorCoder</MoreInfo>
Expand All @@ -11,16 +11,16 @@
<Tags>syntax highlighter, colors, coloring, tagging</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[14.0,16.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[14.0,17.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit 11b7081

Please sign in to comment.