Skip to content

Commit 9495285

Browse files
authored
Notify that owners field is deprecated
1 parent bde2e9d commit 9495285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/nuspec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ When uploading a package to nuget.org, the `authors` field is limited to 4000 ch
9393
### Optional metadata elements
9494

9595
#### owners
96+
> [!Important]
97+
> owners is deprecated. Use authors instead.
98+
9699
A comma-separated list of the package creators using profile names on nuget.org. This is often the same list as in `authors`, and is ignored when uploading the package to nuget.org. See [Managing package owners on nuget.org](../nuget-org/publish-a-package.md#managing-package-owners-on-nugetorg).
97100

98101
#### projectUrl

0 commit comments

Comments
 (0)