support for commercial modules, themes, translations

This commit is contained in:
Shaun Walker
2021-08-16 09:46:02 -04:00
parent ffe724b32d
commit ffcc229c78
14 changed files with 57 additions and 51 deletions

View File

@ -8,7 +8,8 @@ namespace [Owner].[Theme]
public Theme Theme => new Theme
{
Name = "[Theme]",
Version = "1.0.0"
Version = "1.0.0",
PackageName = "[Owner].[Theme]"
};
}