Skip to content

Commit 832a82d

Browse files
committed
Fix build warnings "package is missing a readme"
Adding the existing one according to the instructions at: https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile
1 parent 1252d3d commit 832a82d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.

buildscripts/common.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<PackageIcon>castle-logo.png</PackageIcon>
2929
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3030
<PackageVersion>$(BuildVersion)</PackageVersion>
31+
<PackageReadmeFile>README.md</PackageReadmeFile>
3132
<IncludeSymbols>true</IncludeSymbols>
3233
<IncludeSource>false</IncludeSource>
3334
<CurrentYear>$([System.DateTime]::Now.ToString("yyyy"))</CurrentYear>
@@ -45,7 +46,7 @@
4546
<Content Include="..\..\CHANGELOG.md" />
4647
<Content Include="..\..\LICENSE" Pack="True" PackagePath="" />
4748
<Content Include="..\..\buildscripts\ASL - Apache Software Foundation License.txt" />
48-
<Content Include="..\..\buildscripts\readme.txt" />
49+
<None Include="..\..\buildscripts\README.md" Pack="True" PackagePath="\" />
4950
</ItemGroup>
5051

5152
<ItemGroup>

0 commit comments

Comments
 (0)