Skip to content

Commit

Permalink
Add README.md to nupkg (apache#2522)
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltan Csizmadia <[email protected]>
  • Loading branch information
2 people authored and Ranbir Kumar committed May 13, 2024
1 parent 49c88c8 commit 6dde273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/csharp/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@
<Copyright>Copyright © 2019 The Apache Software Foundation.</Copyright>
<PackageIcon>logo.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://avro.apache.org/</PackageProjectUrl>
<PackageTags>Avro;Apache;Serialization;Binary;Json;Schema</PackageTags>
<RepositoryUrl Condition="'$(RepositoryUrl)' == ''">https://github.com/apache/avro.git</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\LICENSE" Pack="true" Visible="false" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" Visible="false" PackagePath=""/>
<None Include="$(MSBuildThisFileDirectory)\..\..\doc\assets\icons\logo.png" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>

Expand Down

0 comments on commit 6dde273

Please sign in to comment.