|
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="IlluminatedComments.9d378bf5-a506-4006-bfaf-53b8b35f19b0" Version="1.4" Language="en-US" Publisher="Marius Bancila" /> |
5 | | - <DisplayName>Illuminated Comments</DisplayName> |
6 | | - <Description xml:space="preserve">Enables displaying images, including animated GIFs, throughout source code from an <image> tag.</Description> |
7 | | - <GettingStartedGuide>usermanual.txt</GettingStartedGuide> |
8 | | - <ReleaseNotes>releasenotes.txt</ReleaseNotes> |
9 | | - <PreviewImage>screenshot.png</PreviewImage> |
10 | | - <Tags>image, comments, editor, memes</Tags> |
11 | | - </Metadata> |
12 | | - <Installation> |
13 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
14 | | - <ProductArchitecture>amd64</ProductArchitecture> |
15 | | - </InstallationTarget> |
16 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
17 | | - <ProductArchitecture>amd64</ProductArchitecture> |
18 | | - </InstallationTarget> |
19 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
20 | | - <ProductArchitecture>amd64</ProductArchitecture> |
21 | | - </InstallationTarget> |
22 | | - <InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[17.0,18.0)"> |
23 | | - <ProductArchitecture>amd64</ProductArchitecture> |
24 | | - </InstallationTarget> |
25 | | - </Installation> |
26 | | - <Dependencies> |
27 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
28 | | - </Dependencies> |
29 | | - <Prerequisites> |
30 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
31 | | - </Prerequisites> |
32 | | - <Assets> |
33 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
34 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="IlluminatedComments.9d378bf5-a506-4006-bfaf-53b8b35f19b0" Version="2.0" Language="en-US" Publisher="Ris Adams" /> |
| 5 | + <DisplayName>Illuminated Comments</DisplayName> |
| 6 | + <Description xml:space="preserve">Enables displaying images, including animated GIFs, throughout source code from an <image> tag.</Description> |
| 7 | + <GettingStartedGuide>usermanual.txt</GettingStartedGuide> |
| 8 | + <ReleaseNotes>releasenotes.txt</ReleaseNotes> |
| 9 | + <Icon>logo.png</Icon> |
| 10 | + <PreviewImage>screenshot.png</PreviewImage> |
| 11 | + <Tags>image, comments, editor, memes</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 15 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 16 | + </InstallationTarget> |
| 17 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
| 18 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 19 | + </InstallationTarget> |
| 20 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
| 21 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 22 | + </InstallationTarget> |
| 23 | + <InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[17.0,18.0)"> |
| 24 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 25 | + </InstallationTarget> |
| 26 | + </Installation> |
| 27 | + <Dependencies> |
| 28 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 29 | + </Dependencies> |
| 30 | + <Prerequisites> |
| 31 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 32 | + </Prerequisites> |
| 33 | + <Assets> |
| 34 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 35 | + </Assets> |
35 | 36 | </PackageManifest> |
0 commit comments