Skip to content

Commit 10cecdb

Browse files
committed
Include license file in the package
1 parent 84d2b4c commit 10cecdb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AutoItSyntaxHighlight/AutoItSyntaxHighlight.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@
9191
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9292
<IncludeInVSIX>true</IncludeInVSIX>
9393
</Content>
94-
<None Include="..\LICENSE">
94+
<Content Include="..\LICENSE">
9595
<Link>LICENSE</Link>
96-
</None>
96+
<IncludeInVSIX>true</IncludeInVSIX>
97+
</Content>
9798
<None Include="packages.config" />
9899
<None Include="source.extension.vsixmanifest">
99100
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)