Skip to content

Commit 3aee827

Browse files
committed
Update Serilog.Sinks.AzureTableStorage.csproj
1 parent ce4f40b commit 3aee827

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/Serilog.Sinks.AzureTableStorage/Serilog.Sinks.AzureTableStorage.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageId>Serilog.Sinks.AzureTableStorage</PackageId>
1212
<PackageTags>serilog;logging;azure</PackageTags>
1313
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
1415
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-sinks-azuretablestorage</PackageProjectUrl>
1516
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1617
<RepositoryUrl>https://github.com/serilog-contrib/serilog-sinks-azuretablestorage.git</RepositoryUrl>
@@ -23,7 +24,16 @@
2324
</PropertyGroup>
2425

2526
<ItemGroup>
26-
<None Include="images\serilog-sink-nuget.png" Pack="true" PackagePath="\" />
27+
<None Include="images\serilog-sink-nuget.png">
28+
<Pack>true</Pack>
29+
<PackagePath>\</PackagePath>
30+
<Visible>false</Visible>
31+
</None>
32+
<None Include=".\..\..\README.md">
33+
<Pack>true</Pack>
34+
<PackagePath>\</PackagePath>
35+
<Visible>false</Visible>
36+
</None>
2737
</ItemGroup>
2838

2939
<PropertyGroup>

0 commit comments

Comments
 (0)