summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cpack-nuget.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-09 14:06:15 (GMT)
committerBrad King <brad.king@kitware.com>2021-02-10 13:16:42 (GMT)
commit49116367288173a02653697a6fd26bc36d196144 (patch)
treecada99cdfefccc998bc30c5f54b1cf69e825bb9e /Help/release/dev/cpack-nuget.rst
parentea07176b9ae7cef1698a45e709c2a249f72df50c (diff)
downloadCMake-49116367288173a02653697a6fd26bc36d196144.zip
CMake-49116367288173a02653697a6fd26bc36d196144.tar.gz
CMake-49116367288173a02653697a6fd26bc36d196144.tar.bz2
Help: Consolidate 3.20 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.20.rst`.
Diffstat (limited to 'Help/release/dev/cpack-nuget.rst')
-rw-r--r--Help/release/dev/cpack-nuget.rst31
1 files changed, 0 insertions, 31 deletions
diff --git a/Help/release/dev/cpack-nuget.rst b/Help/release/dev/cpack-nuget.rst
deleted file mode 100644
index 2c28b59..0000000
--- a/Help/release/dev/cpack-nuget.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-cpack-nuget
------------
-
-* The :cpack_gen:`CPack NuGet Generator` gained options:
-
- - :variable:`CPACK_NUGET_PACKAGE_ICON` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_ICON`
- allow package icons to be specified by local files.
- - :variable:`CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_LICENSE_EXPRESSION` add
- support for specifying licenses recognized by the
- `Software Package Data Exchange`_ (SPDX).
- - :variable:`CPACK_NUGET_PACKAGE_LICENSE_FILE_NAME` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_LICENSE_FILE_NAME` allow
- licenses to be specified by local files.
- - :variable:`CPACK_NUGET_PACKAGE_LANGUAGE` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_LANGUAGE` allow the locale
- for a package to be specified, for example ``en_CA``.
-
- Some other variables have been deprecated to reflect changes in the
- NuGet specification:
-
- - :variable:`CPACK_NUGET_PACKAGE_ICONURL` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_ICONURL` have been deprecated;
- replace with a reference to a local icon file.
- - :variable:`CPACK_NUGET_PACKAGE_LICENSEURL` and
- :variable:`CPACK_NUGET_<compName>_PACKAGE_LICENSEURL` have been deprecated;
- replace with a reference to the project's license file or SPDX
- license expression.
-
-.. _Software Package Data Exchange: https://spdx.org/