DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="4.1.2.5356" />

 NodeCategoryAttribute

The NodeCategoryAttribute attribute allows the node implementer to define in which category node will appear. Moved from DynamoCore to DynamoServices so libraries that reference only DynamoServices (e.g. LibG) can use it to control Create/Actions/Query grouping for Zero Touch nodes.
public string ElementCategory { get; set; }

Full name of the category. E.g. Core.List.Create

public NodeCategoryAttribute(string category)

Creates NodeCategoryAttribute.