We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80156b commit 6d402f9Copy full SHA for 6d402f9
1 file changed
LanboostPathFinding/LanboostPathFinding.csproj
@@ -8,12 +8,14 @@
8
<Copyright>MIT</Copyright>
9
<PackageProjectUrl>https://github.com/Lanboost/LanboostPathfindingSharp</PackageProjectUrl>
10
<Version>1.0.1</Version>
11
- <PackageReadmeFile>../README.md</PackageReadmeFile>
12
- <PackageReleaseNotes>../CHANGELOG.md</PackageReleaseNotes>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageReleaseNotes>CHANGELOG.md</PackageReleaseNotes>
13
</PropertyGroup>
14
15
<ItemGroup>
16
<PackageReference Include="OptimizedPriorityQueue" Version="5.0.0" />
17
+ <None Include="../README.md" pack="true" PackagePath="." />
18
+ <None Include="../CHANGELOG.md" pack="true" PackagePath="." />
19
</ItemGroup>
20
21
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">
0 commit comments