Skip to content

Commit

Permalink
Fix project URL in NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Mar 4, 2023
1 parent 5fca01d commit 40445e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Version Condition="'$(Version)' == ''">0.1.0.0</Version>
<Title>Serilog enricher to mask sensitive data</Title>
<Description>An enricher to be used for masking sensitive (PII) data using Serilog</Description>
<Copyright Condition="'$(Copyright)' == ''">2021 Sander van Vliet</Copyright>
<Copyright Condition="'$(Copyright)' == ''">2023 Sander van Vliet</Copyright>
<Authors Condition="'$(Authors)' == ''">Sander van Vliet, Huibert Jan Nieuwkamer, Scott Toberman</Authors>
<PackageProjectUrl>https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/README.md</PackageProjectUrl>
<PackageProjectUrl>https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/</RepositoryUrl>
<PackageIcon>./images/icon.png</PackageIcon>
Expand Down

0 comments on commit 40445e6

Please sign in to comment.