Merge pull request #2871 from leigh-pointer/ExtModDescription
Fix for External Module Description not updated
This commit is contained in:
commit
ad4f8fd7a0
|
@ -8,7 +8,7 @@ namespace [Owner].[Module]
|
||||||
public ModuleDefinition ModuleDefinition => new ModuleDefinition
|
public ModuleDefinition ModuleDefinition => new ModuleDefinition
|
||||||
{
|
{
|
||||||
Name = "[Module]",
|
Name = "[Module]",
|
||||||
Description = "[Module]",
|
Description = "[Description]",
|
||||||
Version = "1.0.0",
|
Version = "1.0.0",
|
||||||
ServerManagerType = "[ServerManagerType]",
|
ServerManagerType = "[ServerManagerType]",
|
||||||
ReleaseVersions = "1.0.0",
|
ReleaseVersions = "1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user