Skip to content

Commit 6391404

Browse files
committed
feat: add license to nuget package
1 parent a163502 commit 6391404

File tree

4 files changed

+5
-115
lines changed

4 files changed

+5
-115
lines changed

src/Serilog.Enrichers.AzureClaims/Serilog.Enrichers.AzureClaims.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<RepositoryType>git</RepositoryType>
2222
<PackageIcon>serilog-enricher-nuget.png</PackageIcon>
2323
<PackageIconUrl>https://cdn.jsdelivr.net/gh/serilog-contrib/brand/logo/enricher/serilog-enricher-nuget.png</PackageIconUrl>
24+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2425
</PropertyGroup>
2526

2627
<ItemGroup>
@@ -30,12 +31,10 @@
3031

3132
<ItemGroup>
3233
<None Include="../../README.md" Pack="true" PackagePath="\" />
33-
</ItemGroup>
34-
35-
<ItemGroup>
34+
<None Include="../../LICENSE" Pack="true" PackagePath="\" />
3635
<None Include="../../assets/serilog-enricher-nuget.png" Pack="true" Visible="false" PackagePath="\" />
3736
</ItemGroup>
38-
37+
3938
<ItemGroup>
4039
<InternalsVisibleTo Include="Serilog.Enrichers.Tests" />
4140
</ItemGroup>

src/Serilog.Enrichers.Claims/Serilog.Enrichers.Claims.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<RepositoryType>git</RepositoryType>
2222
<PackageIcon>serilog-enricher-nuget.png</PackageIcon>
2323
<PackageIconUrl>https://cdn.jsdelivr.net/gh/serilog-contrib/brand/logo/enricher/serilog-enricher-nuget.png</PackageIconUrl>
24+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2425
</PropertyGroup>
2526

2627
<ItemGroup>
@@ -30,9 +31,7 @@
3031

3132
<ItemGroup>
3233
<None Include="../../README.md" Pack="true" PackagePath="\" />
33-
</ItemGroup>
34-
35-
<ItemGroup>
34+
<None Include="../../LICENSE" Pack="true" PackagePath="\" />
3635
<None Include="../../assets/serilog-enricher-nuget.png" Pack="true" Visible="false" PackagePath="\" />
3736
</ItemGroup>
3837

src/Serilog.Enrichers.Shared/Enrichers/BaseEnricher.cs

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/Serilog.Enrichers.Shared/Serilog.Enrichers.Shared.csproj

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)