From 391e3399263c200038a609a174713ec924bc94ef Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Mon, 17 Jun 2024 17:15:38 +0400 Subject: [PATCH] Help: CPack/NuGet add deprecation notes according to the current spec --- Help/cpack_gen/nuget.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Help/cpack_gen/nuget.rst b/Help/cpack_gen/nuget.rst index 8c94959aee..c12d0c14ef 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__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__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.