The root element of the package data Contains a custom common properties whose values are used to replace $-delimited tokens (for example, `$description$`) in the `.nuspec` files Contains a default values for common properties of the packages. The values of these properties can be overridden by properties of specific packages. For naming these properties, it is recommended to use the camelCase style. Defines a common metadata of the packages. XML content of this element is substituted into a `$CommonMetadataElements$` token in the `.nuspec` files. This XML content is completely static and cannot contain $-delimited tokens. Defines a list of common files to include in the packages. XML content of this element is substituted into a `$CommonFileElements$` token in the `.nuspec` files. This XML content is completely static and cannot contain $-delimited tokens. File or files to include in the package The location of the file or files to include relative to the `.nuspec` file Relative path to the directory within the package where the files will be placed The file or files to exclude within the `src` location Defines a list of data about the packages Data about the package on basis of which the `.nupkg` file are created Contains a custom properties of the package that are used to replace $-delimited tokens (for example, `$tags$`) in the `.nuspec` files. These properties can override common properties. The property value can contain a Mustache tag with special token name (`{{{base}}}`) that is replaced with the value of overridable common property. Defines a list of files that must be processed before creating a `.nupkg` files Information about the file that must be processed before creating a `.nupkg` file. The location of the pre-processable file relative to the XML file with package data. Pre-processable file is a primitive Mustache template. The location of the target file relative to the XML file with package data. Target file is created based on primitive Mustache template and properties of the package. The path to target file can contain a Mustache tags that are replaced during processing with the values of corresponding package properties. Unique identifier for the package The location of the `.nuspec` file relative to the XML file with package data