add example for version

This commit is contained in:
Jacob Overgaard
2023-03-10 15:39:30 +00:00
parent 6decb99f51
commit 3e8ad07d5a

View File

@@ -75,7 +75,8 @@ export class UmbracoPackage {
name?: string;
/**
* @title The version of the Umbraco package
* @title The version of the Umbraco package in the style of semver
* @example 0.1.0
*/
version?: string;