Get more done on packageserver

This commit is contained in:
2025-07-12 03:33:37 -05:00
parent 3ccb517aed
commit 35960d5db0
15 changed files with 441 additions and 78 deletions

View File

@@ -38,7 +38,7 @@ namespace Tesses.CrossLang
public string license {get;set;}=""; //optional, but recommended to tell people what the license is
public string readme {get;set;}=""; //optional but tells people about the package
public string description {get;set;}=""; //optional but tells people about the package
}
public static void Main(string[] args)