Skip to content

Commit

Permalink
docs: update property group to include metadata for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
loekensgard committed Jul 11, 2023
1 parent 0bbaec7 commit 0df5f88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added assets/serilog-enricher-nuget.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -12,10 +12,15 @@
<authors>Thorstein Løkensgard</authors>
<owners>Intility</owners>
<Company>Intility</Company>
<description>Enrich logs with Azure AD Claims</description>
<Tags>Serilog, UPN, OID, ObjectId, TID, TenantId, Azure Claims</Tags>
<description>Enrich Serilog events with properties from Azure Claims.</description>
<PackageTags>serilog;enrichers;azure claims;claims</PackageTags>
<PackageReadMeFile>README.md</PackageReadMeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RepositoryUrl>https://github.com/Intility/serilog-enrichers-azureclaims</RepositoryUrl>
<PackageReleaseNotes>https://github.com/Intility/serilog-enrichers-azureclaims/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<PackageIcon>serilog-enricher-nuget.png</PackageIcon>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/serilog-contrib/brand/logo/enricher/serilog-enricher-nuget.png</PackageIconUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,6 +31,10 @@
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<None Include="../../assets/serilog-enricher-nuget.png" Pack="true" Visible="false" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
Expand Down

0 comments on commit 0df5f88

Please sign in to comment.