Browse Source

added AbpStudioName

pull/20007/head
Yunus Emre Kalkan 2 years ago
parent
commit
c813ba36bd
  1. 3
      abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
  2. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

3
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

@ -621,6 +621,7 @@
"DeleteImageConfirmationMessage": "Are you sure you want to delete the image for \"{0}\"?",
"DeleteImageSuccessMessage": "Image successfully deleted",
"DeleteImage": "Delete Image",
"NetTerms": "Terms (Days)"
"NetTerms": "Terms (Days)",
"AbpStudioName": "Abp Studio name"
}
}

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

@ -4,6 +4,8 @@ public class ModuleInfo
{
public string Name { get; set; }
public string AbpStudioName { get; set; }
public string Namespace { get; set; }
public string DocumentUrl { get; set; }

Loading…
Cancel
Save