Skip to content

Commit 4743a2d

Browse files
committed
Add README to NuGet package
1 parent c91ff52 commit 4743a2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xFunc.Maths/xFunc.Maths.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ https://github.com/sys27/xFunc/wiki/Breaking-Changes</PackageReleaseNotes>
3434
<EnableNETAnalyzers>true</EnableNETAnalyzers>
3535
<AnalysisLevel>latest</AnalysisLevel>
3636
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
37+
<PackageReadmeFile>README.md</PackageReadmeFile>
3738
</PropertyGroup>
3839

3940
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
4041
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4142
</PropertyGroup>
42-
43+
4344
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
4445
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
4546
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -53,6 +54,7 @@ https://github.com/sys27/xFunc/wiki/Breaking-Changes</PackageReleaseNotes>
5354
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5455
</None>
5556
<None Include="..\xFunc.png" Pack="true" PackagePath="" />
57+
<None Include="..\README.md" Pack="true" PackagePath="" />
5658
</ItemGroup>
5759

5860
<ItemGroup>

0 commit comments

Comments
 (0)