Skip to content

Commit c8600a8

Browse files
authored
Revert "Revert "Update docs to clarify package edit feature deprecation" (NuGet#568)" (NuGet#570)
This reverts commit 8ae5b72.
1 parent 3211f03 commit c8600a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Policies/NuGet-FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ If a package does not specify the licensing terms, contact the package owner dir
173173

174174
## Managing packages on nuget.org
175175

176-
**Can I edit package metadata after it's been uploaded? Why do you recommend editing the nuspec and uploading a new package for making changes to package metadata?**
176+
**Can I edit package metadata after it's been uploaded? Why do you require editing the nuspec and uploading a new package for making changes to package metadata?**
177177

178-
NuGet will be implementing package signing. A design principle of package signing is that signed package content must be immutable, which includes the nuspec. Editing the package metadata results in changes to the nuspec, invalidating existing signatures. We recommend modifying existing workflows to not require editing the package metadata after the package has been created.
178+
NuGet requires all packages to be signed. A design principle of package signing is that signed package content must be immutable, which includes the nuspec. Editing the package metadata results in changes to the nuspec, invalidating existing signatures. We recommend modifying existing workflows to not require editing the package metadata after the package has been created.
179179

180180
Note that dependencies listed for your package are generated automatically from the package itself and cannot be edited.
181181

0 commit comments

Comments
 (0)