Skip to content

Commit a0e22b1

Browse files
IncludeInVSIX passes original name unchanged (ignores Linked)
1 parent 4bad0c7 commit a0e22b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DisplayName>ILSpy 2022</DisplayName>
66
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
77
<MoreInfo>https://ilspy.net</MoreInfo>
8-
<License>license.txt</License>
8+
<License>LICENSE</License>
99
<Icon>ILSpy-Large.ico</Icon>
1010
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>
1111
</Metadata>

ILSpy.AddIn/source.extension.vsixmanifest.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<DisplayName>ILSpy</DisplayName>
66
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
77
<MoreInfo>https://ilspy.net</MoreInfo>
8-
<License>license.txt</License>
8+
<License>LICENSE</License>
99
<Icon>ILSpy-Large.ico</Icon>
1010
</Metadata>
1111
<Installation>

0 commit comments

Comments
 (0)