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
commit ad4f8fd7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",