Skip to content

Commit 5f47dac

Browse files
committed
Link to embedded license
1 parent ae05395 commit 5f47dac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>..\libgit2sharp.snk</AssemblyOriginatorKeyFile>
1717
<PackageIcon>square-logo.png</PackageIcon>
18-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<PackageLicenseFile>App_Readme/LICENSE.md</PackageLicenseFile>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
2222
<CodeAnalysisDictionary Include="CustomDictionary.xml" />
2323
<None Include="..\square-logo.png" Pack="true" PackagePath="" />
24-
<None Include="..\README.md" Pack="true" PackagePath="App_Readme\" />
25-
<None Include="..\LICENSE.md" Pack="true" PackagePath="App_Readme\" />
26-
<None Include="..\CHANGES.md" Pack="true" PackagePath="App_Readme\" />
24+
<None Include="..\README.md" Pack="true" PackagePath="App_Readme/" />
25+
<None Include="..\LICENSE.md" Pack="true" PackagePath="App_Readme/" />
26+
<None Include="..\CHANGES.md" Pack="true" PackagePath="App_Readme/" />
2727
<None Update="Core\Handles\Objects.tt" Generator="TextTemplatingFileGenerator" LastGenOutput="Objects.cs" />
2828
<Compile Update="Core\Handles\Objects.cs" DependentUpon="Objects.tt" DesignTime="True" AutoGen="True" />
2929
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> <!-- Needed for T4 generation -->

0 commit comments

Comments
 (0)