Browse Source

IncludeInVSIX passes original name unchanged (ignores Linked)

pull/3358/head
Christoph Wille 4 months ago
parent
commit
a0e22b1757
  1. 2
      ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template
  2. 2
      ILSpy.AddIn/source.extension.vsixmanifest.template

2
ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<DisplayName>ILSpy 2022</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License>
<License>LICENSE</License>
<Icon>ILSpy-Large.ico</Icon>
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>
</Metadata>

2
ILSpy.AddIn/source.extension.vsixmanifest.template

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<DisplayName>ILSpy</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License>
<License>LICENSE</License>
<Icon>ILSpy-Large.ico</Icon>
</Metadata>
<Installation>

Loading…
Cancel
Save