Skip to content

Commit b8b45cb

Browse files
committed
Include README correctly
1 parent 8dec24c commit b8b45cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AssimpNet/AssimpNet.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<ItemGroup>
3838
<Content Include="..\logo.png" Link="nuget\logo.png" PackagePath="" />
39+
<Content Include="..\README.md" Link="nuget\README.md" PackagePath="" />
3940
<Content Include="..\ChangeLog.txt" Link="nuget\ChangeLog.txt" PackagePath="" />
4041
<Content Include="..\License.txt" Link="nuget\License.txt" PackagePath="" />
4142
<Content Include="..\Docs\AssimpNet Documentation %28October 2018%29.chm" Link="nuget\AssimpNet Documentation %28October 2018%29.chm" PackagePath="" />
@@ -68,10 +69,6 @@
6869
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6970
<Link>runtimes\osx-arm64\native\%(Filename)%(Extension)</Link>
7071
</None>
71-
<None Include="..\README.md">
72-
<Pack>True</Pack>
73-
<PackagePath>\</PackagePath>
74-
</None>
7572
</ItemGroup>
7673

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

0 commit comments

Comments
 (0)