Skip to content

Commit 590a963

Browse files
committed
Include the readme file in the nuget package
1 parent da0abab commit 590a963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<PackageProjectUrl>https://github.com/serilog/serilog-sinks-debug</PackageProjectUrl>
2020
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2121
<PackageIcon>icon.png</PackageIcon>
22-
<RepositoryUrl>https://github.com/serilog/serilog-sinks-debug</RepositoryUrl>
23-
<RepositoryType>git</RepositoryType>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
2423
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2524
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
2625
<RootNamespace>Serilog</RootNamespace>
@@ -37,6 +36,7 @@
3736

3837
<ItemGroup>
3938
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="" />
39+
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />
4040
</ItemGroup>
4141

4242
</Project>

0 commit comments

Comments
 (0)