Merge pull request #583 from sbwalker/master

fixed external module template to specify dependencies
This commit is contained in:
Shaun Walker 2020-06-04 12:51:40 -04:00 committed by GitHub
commit 41348b285d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ namespace [Owner].[Module]s
Description = "[Module]",
Version = "1.0.0",
ServerManagerType = "[ServerManagerType]",
ReleaseVersions = "1.0.0"
ReleaseVersions = "1.0.0",
Dependencies = "[Owner].[Module]s.Shared.Oqtane"
};
}
}