Skip to content

Commit

Permalink
#452 Update package metadata (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo authored May 16, 2024
1 parent ef8e7c4 commit 20a92a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build
obj
nuget
BenchmarkDotNet.Artifacts
.vs

# The solution files get generated by vcpkg on Windows
# and by the C# Dev Kit within a dev container.
Expand Down
13 changes: 4 additions & 9 deletions csharp/ParquetSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@
<Description>ParquetSharp is a .NET library for reading and writing Parquet files. It's implemented in C# as a PInvoke wrapper around apache-parquet-cpp to provide high performance and compatibility.</Description>
<Copyright>Copyright G-Research 2021</Copyright>
<PackageProjectUrl>https://github.com/G-Research/ParquetSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/G-Research/ParquetSharp.git</RepositoryUrl>
<PackageTags>apache parquet gresearch g-research .net c#</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageOutputPath>..\nuget</PackageOutputPath>
</PropertyGroup>

<ItemGroup Label="Additional nuget files">
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="ParquetSharp.targets">
<Pack>True</Pack>
<PackagePath>build;buildTransitive</PackagePath>
</None>
<None Include="..\LICENSE.txt" Pack="true" PackagePath="" />
<None Include="ParquetSharp.targets" Pack="true" PackagePath="build;buildTransitive" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 20a92a2

Please sign in to comment.