Skip to content

Commit da9f3c5

Browse files
committed
Fix package readme inclusion
1 parent 1408009 commit da9f3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SharpYaml/SharpYaml.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<NeutralLanguage>en-US</NeutralLanguage>
2121
<Authors>Alexandre Mutel</Authors>
2222
<PackageTags>yaml;parser;yml;serialization;deserialization</PackageTags>
23-
<PackageReadmeFile>readme.md</PackageReadmeFile>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2424
<PackageIcon>SharpYaml.png</PackageIcon>
2525
<PackageProjectUrl>https://github.com/xoofx/SharpYaml</PackageProjectUrl>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -41,7 +41,7 @@
4141

4242
<ItemGroup>
4343
<None Include="$(MSBuildThisFileDirectory)../../img/SharpYaml.png" Pack="true" PackagePath="/" />
44-
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="/" Link="readme.md" />
44+
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="/" />
4545
<None Include="SharpYaml.targets" Pack="true" PackagePath="buildTransitive/SharpYaml.targets" />
4646
<!-- Ship the source generator with the main package (no separate generator NuGet package). -->
4747
<None Include="$(SharpYamlSourceGenAssembly)" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

0 commit comments

Comments
 (0)