feat (essentials): wip to move interfaces to their own folder/namespace

This commit is contained in:
Nick Genovese
2022-03-21 10:53:11 -04:00
parent 2f179ea190
commit 65d54f89ea
118 changed files with 526 additions and 464 deletions

View File

@@ -58,6 +58,7 @@ namespace PepperDash.Essentials
Debug.Console(2, "Found {0} Assemblies", assemblyFiles.Length);
//TODO update assembly names here
foreach (var fi in assemblyFiles)
{
string version = string.Empty;