Skip to content

Commit

Permalink
Include README correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Nov 26, 2024
1 parent 8dec24c commit b8b45cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AssimpNet/AssimpNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

<ItemGroup>
<Content Include="..\logo.png" Link="nuget\logo.png" PackagePath="" />
<Content Include="..\README.md" Link="nuget\README.md" PackagePath="" />
<Content Include="..\ChangeLog.txt" Link="nuget\ChangeLog.txt" PackagePath="" />
<Content Include="..\License.txt" Link="nuget\License.txt" PackagePath="" />
<Content Include="..\Docs\AssimpNet Documentation %28October 2018%29.chm" Link="nuget\AssimpNet Documentation %28October 2018%29.chm" PackagePath="" />
Expand Down Expand Up @@ -68,10 +69,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>runtimes\osx-arm64\native\%(Filename)%(Extension)</Link>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<!-- Copies Unity plugin files into a folder with Release build DLLs which can be drag n dropped into a unity project -->
Expand Down

0 comments on commit b8b45cb

Please sign in to comment.