diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2024-06-17 13:15:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-06-17 15:47:35 (GMT) |
commit | 391e3399263c200038a609a174713ec924bc94ef (patch) | |
tree | 5339d22a1a65c5355a521f11eb1df3fc396c2870 /Help | |
parent | 4e11de312b983f3eccf85d37776aa3dc30e54158 (diff) | |
download | CMake-391e3399263c200038a609a174713ec924bc94ef.zip CMake-391e3399263c200038a609a174713ec924bc94ef.tar.gz CMake-391e3399263c200038a609a174713ec924bc94ef.tar.bz2 |
Help: CPack/NuGet add deprecation notes according to the current spec
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/nuget.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/cpack_gen/nuget.rst b/Help/cpack_gen/nuget.rst index 8c94959..c12d0c1 100644 --- a/Help/cpack_gen/nuget.rst +++ b/Help/cpack_gen/nuget.rst @@ -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. |