Skip to content

Commit

Permalink
fix(csharp): Fix packing process (apache#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtHagenlocher authored May 14, 2024
1 parent 57770e3 commit e184bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions csharp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- AssemblyInfo properties -->
<PropertyGroup>
<Product>Apache Arrow ADBC library</Product>
<Copyright>Copyright 2022-2023 The Apache Software Foundation</Copyright>
<Copyright>Copyright 2022-2024 The Apache Software Foundation</Copyright>
<Company>The Apache Software Foundation</Company>
<Version>1.0.0</Version>
</PropertyGroup>
Expand All @@ -46,7 +46,7 @@
<!-- NuGet properties -->
<PropertyGroup>
<Authors>The Apache Software Foundation</Authors>
<PackageIconUrl>https://www.apache.org/images/feather.png</PackageIconUrl>
<PackageIcon>feather.png</PackageIcon>
<!-- We can't use PackageLicenseExpression; the license file also contains 3rd-party notices. -->
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://arrow.apache.org/</PackageProjectUrl>
Expand All @@ -59,6 +59,7 @@

<ItemGroup Condition="'$(IsPackable)' == 'true'">
<Content Include="$(RepoRoot)LICENSE.txt" Pack="true" PackagePath="" />
<Content Include="$(CSharpDir)/feather.png" Link="feather.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Binary file added csharp/feather.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e184bce

Please sign in to comment.