|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
3 | | - <Metadata> |
4 | | - <Identity Id="c60146c8-c6f8-40c7-95e7-a50ccdcf6223" Version="2.0.0" Language="en-US" Publisher="Hamid MOSALLANEJAD" /> |
5 | | - <DisplayName>ColorCoder</DisplayName> |
6 | | - <Description xml:space="preserve">Provides the ability to change the color of important programming constructs in C# and VB.</Description> |
7 | | - <MoreInfo>https://github.com/HamidMosalla/VisualStudio-ColorCoder</MoreInfo> |
8 | | - <License>Resources\License.txt</License> |
9 | | - <Icon>Resources\Icon.png</Icon> |
10 | | - <PreviewImage>Resources\Preview.png</PreviewImage> |
11 | | - <Tags>syntax highlighter, colors, coloring, tagging, visual studio, extension</Tags> |
12 | | - </Metadata> |
13 | | - <Installation> |
14 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
15 | | - <ProductArchitecture>amd64</ProductArchitecture> |
16 | | - </InstallationTarget> |
17 | | - <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Pro"> |
18 | | - <ProductArchitecture>amd64</ProductArchitecture> |
19 | | - </InstallationTarget> |
20 | | - <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
21 | | - <ProductArchitecture>amd64</ProductArchitecture> |
22 | | - </InstallationTarget> |
23 | | - </Installation> |
24 | | - <Dependencies> |
25 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,4.8)" /> |
26 | | - </Dependencies> |
27 | | - <Prerequisites> |
28 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,18.0)" DisplayName="Visual Studio core editor" /> |
29 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[14.0,18.0)" DisplayName="C# and Visual Basic Roslyn compilers" /> |
30 | | - </Prerequisites> |
31 | | - <Assets> |
32 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
33 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
34 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="c60146c8-c6f8-40c7-95e7-a50ccdcf6223" Version="2.0.2" Language="en-US" Publisher="Hamid MOSALLANEJAD" /> |
| 5 | + <DisplayName>ColorCoder</DisplayName> |
| 6 | + <Description xml:space="preserve">Provides the ability to change the color of important programming constructs in C# and VB.</Description> |
| 7 | + <MoreInfo>https://github.com/HamidMosalla/VisualStudio-ColorCoder</MoreInfo> |
| 8 | + <License>Resources\License.txt</License> |
| 9 | + <Icon>Resources\Icon.png</Icon> |
| 10 | + <PreviewImage>Resources\Preview.png</PreviewImage> |
| 11 | + <Tags>syntax highlighter, colors, coloring, tagging, visual studio, extension</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 15 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 16 | + </InstallationTarget> |
| 17 | + <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Pro"> |
| 18 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 19 | + </InstallationTarget> |
| 20 | + <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
| 21 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 22 | + </InstallationTarget> |
| 23 | + </Installation> |
| 24 | + <Dependencies> |
| 25 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,4.8)" /> |
| 26 | + </Dependencies> |
| 27 | + <Prerequisites> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 29 | + <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[17.0,18.0)" DisplayName="C# and Visual Basic Roslyn compilers" /> |
| 30 | + </Prerequisites> |
| 31 | + <Assets> |
| 32 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 33 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 34 | + </Assets> |
35 | 35 | </PackageManifest> |
0 commit comments