Skip to content

Commit

Permalink
Use full name as Author, since Owner is already kzu
Browse files Browse the repository at this point in the history
The Author is a non-clickable text-only metadata field displayed on nuget.org. 
The Owner is the clickable identity, which points to kzu (and potentially other owners, like Devlooped and clarius).

Therefore, make it easily discoverable who's behind the package as a main author :)
  • Loading branch information
kzu authored May 5, 2021
1 parent e7de4d0 commit 0fc6e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Authors>kzu</Authors>
<Authors>Daniel Cazzulino</Authors>
<Copyright>Copyright (C) Daniel Cazzulino and Contributors. All rights reserved.</Copyright>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 0fc6e0e

Please sign in to comment.