mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Help: CPack/NuGet add deprecation notes according to the current spec
This commit is contained in:
@@ -92,6 +92,9 @@ Optional metadata variables
|
||||
.. variable:: CPACK_NUGET_PACKAGE_OWNERS
|
||||
CPACK_NUGET_<compName>_PACKAGE_OWNERS
|
||||
|
||||
.. deprecated:: 3.30
|
||||
Use authors (:variable:`CPACK_NUGET_PACKAGE_AUTHORS`) instead.
|
||||
|
||||
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_.
|
||||
@@ -188,6 +191,10 @@ Optional metadata variables
|
||||
.. variable:: CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY
|
||||
CPACK_NUGET_<compName>_PACKAGE_DESCRIPTION_SUMMARY
|
||||
|
||||
.. deprecated:: 3.30
|
||||
Summary is being deprecated. Use description
|
||||
(:variable:`CPACK_NUGET_PACKAGE_DESCRIPTION`) instead.
|
||||
|
||||
A short description of the package for UI display. If omitted, a
|
||||
truncated version of description is used.
|
||||
|
||||
|
Reference in New Issue
Block a user