Browse Source

IncludeInVSIX passes original name unchanged (ignores Linked)

pull/3358/head
Christoph Wille 6 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 @@
<DisplayName>ILSpy 2022</DisplayName> <DisplayName>ILSpy 2022</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description> <Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo> <MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License> <License>LICENSE</License>
<Icon>ILSpy-Large.ico</Icon> <Icon>ILSpy-Large.ico</Icon>
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags> <Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>
</Metadata> </Metadata>

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

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

Loading…
Cancel
Save