Merge pull request #2871 from leigh-pointer/ExtModDescription

Fix for External Module Description not updated
This commit is contained in:
Shaun Walker
2023-06-06 08:20:48 -04:00
committed by GitHub

View File

@ -8,7 +8,7 @@ namespace [Owner].[Module]
public ModuleDefinition ModuleDefinition => new ModuleDefinition
{
Name = "[Module]",
Description = "[Module]",
Description = "[Description]",
Version = "1.0.0",
ServerManagerType = "[ServerManagerType]",
ReleaseVersions = "1.0.0",