Merge pull request #534 from sbwalker/master

Improvements to ModuleCreator external template to use Package references and include framework in Nuspec file
This commit is contained in:
Shaun Walker
2020-05-24 19:10:21 -04:00
committed by GitHub
11 changed files with 93 additions and 32 deletions

View File

@ -173,7 +173,7 @@
if (alias.Path != "")
{
path = path.Replace(alias.Path + "/", "");
path = path.Substring(alias.Path.Length + 1);
}
// extract admin route elements from path