Skip to content

Commit 037d8de

Browse files
committed
fixed publishing issues, updated icon
1 parent 8a70052 commit 037d8de

File tree

3 files changed

+37
-32
lines changed

3 files changed

+37
-32
lines changed

MemefulComments/MemefulComments.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
</None>
7272
</ItemGroup>
7373
<ItemGroup>
74+
<Content Include="logo.png">
75+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
76+
<IncludeInVSIX>true</IncludeInVSIX>
77+
</Content>
7478
<Content Include="releasenotes.txt">
7579
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
7680
<IncludeInVSIX>true</IncludeInVSIX>

MemefulComments/logo.png

17.8 KB
Loading
Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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 &lt;image&gt; 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 &lt;image&gt; 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>
3536
</PackageManifest>

0 commit comments

Comments
 (0)