Skip to content

Commit

Permalink
fixed publishing issues, updated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
risadams committed Dec 9, 2021
1 parent 8a70052 commit 037d8de
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
4 changes: 4 additions & 0 deletions MemefulComments/MemefulComments.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="releasenotes.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down
Binary file added MemefulComments/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 33 additions & 32 deletions MemefulComments/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
<?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="IlluminatedComments.9d378bf5-a506-4006-bfaf-53b8b35f19b0" Version="1.4" Language="en-US" Publisher="Marius Bancila" />
<DisplayName>Illuminated Comments</DisplayName>
<Description xml:space="preserve">Enables displaying images, including animated GIFs, throughout source code from an &lt;image&gt; tag.</Description>
<GettingStartedGuide>usermanual.txt</GettingStartedGuide>
<ReleaseNotes>releasenotes.txt</ReleaseNotes>
<PreviewImage>screenshot.png</PreviewImage>
<Tags>image, comments, editor, memes</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Metadata>
<Identity Id="IlluminatedComments.9d378bf5-a506-4006-bfaf-53b8b35f19b0" Version="2.0" Language="en-US" Publisher="Ris Adams" />
<DisplayName>Illuminated Comments</DisplayName>
<Description xml:space="preserve">Enables displaying images, including animated GIFs, throughout source code from an &lt;image&gt; tag.</Description>
<GettingStartedGuide>usermanual.txt</GettingStartedGuide>
<ReleaseNotes>releasenotes.txt</ReleaseNotes>
<Icon>logo.png</Icon>
<PreviewImage>screenshot.png</PreviewImage>
<Tags>image, comments, editor, memes</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>

0 comments on commit 037d8de

Please sign in to comment.