changed ServerAssemblyName to ServerManagerType to optimize processing

This commit is contained in:
Shaun Walker
2020-04-16 22:27:12 -04:00
parent f5e4c1dd29
commit b9d70dd11a
12 changed files with 69 additions and 79 deletions

View File

@ -7,9 +7,9 @@ namespace Oqtane.Modules.HtmlText
public ModuleDefinition ModuleDefinition => new ModuleDefinition
{
Name = "HtmlText",
Description = "Renders HTML or Text",
Description = "Renders HTML or Text Content",
Version = "1.0.0",
ServerAssemblyName = "Oqtane.Server"
ServerManagerType = "Oqtane.Modules.HtmlText.Manager.HtmlTextManager, Oqtane.Server"
};
}
}