Skip to content

Commit 0fc6e0e

Browse files
authored
Use full name as Author, since Owner is already kzu
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 :)
1 parent e7de4d0 commit 0fc6e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<PropertyGroup Label="NuGet">
22-
<Authors>kzu</Authors>
22+
<Authors>Daniel Cazzulino</Authors>
2323
<Copyright>Copyright (C) Daniel Cazzulino and Contributors. All rights reserved.</Copyright>
2424
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2525
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)