Skip to content

Commit

Permalink
Merge pull request #13 from B3zaleel/fix-nuget-package-readme-reference
Browse files Browse the repository at this point in the history
Fix NuGet package README reference
  • Loading branch information
B3zaleel authored Aug 14, 2024
2 parents da2ea15 + b7019ba commit 62b6612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Draco/Draco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<Nullable>enable</Nullable>
<PackageId>Draco</PackageId>
<Version>0.1.0</Version>
<Authors>B3zaleel</Authors>
<Authors>Bezaleel Olakunori</Authors>
<Description>Decode and encode Draco streams.</Description>
<Copyright>Copyright © Bezaleel Olakunori 2024</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/B3zaleel/draco-sharp</RepositoryUrl>
<PackageTags>compression 3d draco</PackageTags>
Expand All @@ -22,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../../README.md">
<None Include="../../README.md" Pack="True" PackagePath="/README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 62b6612

Please sign in to comment.