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

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

View File

@ -6,7 +6,7 @@ using Oqtane.Models;
using [Owner].[Module]s.Models;
using [Owner].[Module]s.Repository;
namespace [Owner].[Module]s.Modules
namespace [Owner].[Module]s.Manager
{
public class [Module]Manager : IPortable
{

View File

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

View File

@ -6,7 +6,7 @@ using Oqtane.Models;
using [Owner].[Module]s.Models;
using [Owner].[Module]s.Repository;
namespace [Owner].[Module]s.Modules
namespace [Owner].[Module]s.Manager
{
public class [Module]Manager : IPortable
{