Skip to content

Commit 1d1097e

Browse files
committed
Rename Packaging groups into Packaging Metadata
1 parent a449641 commit 1d1097e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Serilog.Formatting.Log4Net.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
</PropertyGroup>
1818

19-
<PropertyGroup Label="Publishing">
19+
<PropertyGroup Label="Packaging Metadata">
2020
<Authors>Cédric Luthi</Authors>
2121
<Copyright>Copyright © Cédric Luthi</Copyright>
2222
<Description>Format Serilog events in log4net compatible XML format</Description>
@@ -27,6 +27,13 @@
2727
<RepositoryUrl>https://github.com/0xced/serilog-formatting-log4net</RepositoryUrl>
2828
</PropertyGroup>
2929

30+
<ItemGroup Label="Packaging Metadata">
31+
<None Include="../resources/icon.png" Visible="false">
32+
<Pack>true</Pack>
33+
<PackagePath />
34+
</None>
35+
</ItemGroup>
36+
3037
<PropertyGroup Label="Versioning">
3138
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
3239
</PropertyGroup>
@@ -38,13 +45,6 @@
3845
<RestoreLockedMode Condition="$(ContinuousIntegrationBuild) == 'true'">true</RestoreLockedMode>
3946
</PropertyGroup>
4047

41-
<ItemGroup>
42-
<None Include="../resources/icon.png">
43-
<Pack>true</Pack>
44-
<PackagePath />
45-
</None>
46-
</ItemGroup>
47-
4848
<ItemGroup>
4949
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
5050
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="all" />

0 commit comments

Comments
 (0)