Skip to content

Commit

Permalink
Fix PackageProjectUrl and PackageReleaseNotes values
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbukin committed Dec 29, 2023
1 parent 7d55bcd commit 1c840b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisMode>All</AnalysisMode>
<AnalysisLevel>latest</AnalysisLevel>
<PackageProjectUrl>https://github.com/dodopizza/WebAuthn.Net</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/dodopizza/WebAuthn.Net/releases</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/dodobrands/WebAuthn.Net</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/dodobrands/WebAuthn.Net/releases</PackageReleaseNotes>
</PropertyGroup>

</Project>

0 comments on commit 1c840b8

Please sign in to comment.