#2597 Rename AbpSerilogModule to AbpAspNetCoreSerilogModule to bettern align the module name and the package name.

pull/2661/head
Halil İbrahim Kalkan 6 years ago
parent e7e91521d8
commit da4c91cabd

@ -8,7 +8,7 @@ namespace Volo.Abp.AspNetCore.Serilog
typeof(AbpMultiTenancyModule), typeof(AbpMultiTenancyModule),
typeof(AbpAspNetCoreModule) typeof(AbpAspNetCoreModule)
)] )]
public class AbpSerilogModule : AbpModule public class AbpAspNetCoreSerilogModule : AbpModule
{ {
} }
} }

@ -13,7 +13,7 @@ namespace Volo.Abp.AspNetCore.App
typeof(AbpAspNetCoreTestBaseModule), typeof(AbpAspNetCoreTestBaseModule),
typeof(AbpAspNetCoreMvcModule), typeof(AbpAspNetCoreMvcModule),
typeof(AbpAspNetCoreMultiTenancyModule), typeof(AbpAspNetCoreMultiTenancyModule),
typeof(AbpSerilogModule), typeof(AbpAspNetCoreSerilogModule),
typeof(AbpAutofacModule) typeof(AbpAutofacModule)
)] )]
public class AbpSerilogTestModule : AbpModule public class AbpSerilogTestModule : AbpModule

@ -30,7 +30,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpAspNetCoreMvcUiMultiTenancyModule), typeof(AbpAspNetCoreMvcUiMultiTenancyModule),
typeof(MyProjectNameApplicationModule), typeof(MyProjectNameApplicationModule),
typeof(MyProjectNameEntityFrameworkCoreDbMigrationsModule), typeof(MyProjectNameEntityFrameworkCoreDbMigrationsModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameHttpApiHostModule : AbpModule public class MyProjectNameHttpApiHostModule : AbpModule
{ {

@ -36,7 +36,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpAspNetCoreMvcUiBasicThemeModule), typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpAspNetCoreAuthenticationJwtBearerModule), typeof(AbpAspNetCoreAuthenticationJwtBearerModule),
typeof(AbpAccountWebIdentityServerModule), typeof(AbpAccountWebIdentityServerModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameHttpApiHostModule : AbpModule public class MyProjectNameHttpApiHostModule : AbpModule
{ {

@ -37,7 +37,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpAccountApplicationModule), typeof(AbpAccountApplicationModule),
typeof(AbpAspNetCoreMvcUiBasicThemeModule), typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(MyProjectNameEntityFrameworkCoreDbMigrationsModule), typeof(MyProjectNameEntityFrameworkCoreDbMigrationsModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameIdentityServerModule : AbpModule public class MyProjectNameIdentityServerModule : AbpModule
{ {

@ -51,7 +51,7 @@ namespace MyCompanyName.MyProjectName.Web
typeof(AbpHttpClientIdentityModelModule), typeof(AbpHttpClientIdentityModelModule),
typeof(AbpIdentityWebModule), typeof(AbpIdentityWebModule),
typeof(AbpTenantManagementWebModule), typeof(AbpTenantManagementWebModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameWebModule : AbpModule public class MyProjectNameWebModule : AbpModule
{ {

@ -49,7 +49,7 @@ namespace MyCompanyName.MyProjectName.Web
typeof(AbpAspNetCoreMvcUiBasicThemeModule), typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpAspNetCoreAuthenticationJwtBearerModule), typeof(AbpAspNetCoreAuthenticationJwtBearerModule),
typeof(AbpTenantManagementWebModule), typeof(AbpTenantManagementWebModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameWebModule : AbpModule public class MyProjectNameWebModule : AbpModule
{ {

@ -41,7 +41,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpAuditLoggingEntityFrameworkCoreModule), typeof(AbpAuditLoggingEntityFrameworkCoreModule),
typeof(AbpPermissionManagementEntityFrameworkCoreModule), typeof(AbpPermissionManagementEntityFrameworkCoreModule),
typeof(AbpSettingManagementEntityFrameworkCoreModule), typeof(AbpSettingManagementEntityFrameworkCoreModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameHttpApiHostModule : AbpModule public class MyProjectNameHttpApiHostModule : AbpModule
{ {

@ -68,7 +68,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpTenantManagementHttpApiModule), typeof(AbpTenantManagementHttpApiModule),
typeof(AbpAspNetCoreAuthenticationJwtBearerModule), typeof(AbpAspNetCoreAuthenticationJwtBearerModule),
typeof(MyProjectNameApplicationContractsModule), typeof(MyProjectNameApplicationContractsModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameIdentityServerModule : AbpModule public class MyProjectNameIdentityServerModule : AbpModule
{ {

@ -57,7 +57,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpTenantManagementHttpApiClientModule), typeof(AbpTenantManagementHttpApiClientModule),
typeof(AbpFeatureManagementHttpApiClientModule), typeof(AbpFeatureManagementHttpApiClientModule),
typeof(AbpPermissionManagementHttpApiClientModule), typeof(AbpPermissionManagementHttpApiClientModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameWebHostModule : AbpModule public class MyProjectNameWebHostModule : AbpModule
{ {

@ -58,7 +58,7 @@ namespace MyCompanyName.MyProjectName
typeof(AbpTenantManagementApplicationModule), typeof(AbpTenantManagementApplicationModule),
typeof(AbpTenantManagementEntityFrameworkCoreModule), typeof(AbpTenantManagementEntityFrameworkCoreModule),
typeof(AbpAspNetCoreMvcUiBasicThemeModule), typeof(AbpAspNetCoreMvcUiBasicThemeModule),
typeof(AbpSerilogModule) typeof(AbpAspNetCoreSerilogModule)
)] )]
public class MyProjectNameWebUnifiedModule : AbpModule public class MyProjectNameWebUnifiedModule : AbpModule
{ {

Loading…
Cancel
Save