Skip to content

Commit

Permalink
IncludeInVSIX passes original name unchanged (ignores Linked)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jan 3, 2025
1 parent 4bad0c7 commit a0e22b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ILSpy.AddIn/source.extension.vsixmanifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a0e22b1

Please sign in to comment.