Umbraco 12 allows specifying an id property in package manifest files to indicate the ID of the NuGet package a given manifest is associated with. Here is the description from the JSON schema:
The (NuGet) package ID, shown in the backoffice and included in package telemetry as unique identifier (supported in v12+). Also used to retrieve the assembly informational version if no explicit version and versionAssemlbyName is set.
The ID is used by Umbraco's telemetry, and also visible in the Packages section:
I noticed that Contentment doesn't specify this property, so I thought I might as well add it.
Types of changes
[ ] Documentation change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[x] Other
Checklist
[x] My code follows the coding style of this project.
[x] My changes generate no new warnings.
[ ] My change requires a change to the documentation.
[ ] I have updated the corresponding documentation.
Umbraco 12 allows specifying an
id
property in package manifest files to indicate the ID of the NuGet package a given manifest is associated with. Here is the description from the JSON schema:The ID is used by Umbraco's telemetry, and also visible in the Packages section:
I noticed that Contentment doesn't specify this property, so I thought I might as well add it.
Types of changes
Checklist