Copy build chain from Vintage Storage

This commit is contained in:
zontreck 2025-01-18 01:10:47 -07:00
parent c416e6e5e1
commit f2a23552af
14 changed files with 125 additions and 51 deletions

View file

@ -24,7 +24,7 @@ public static class Program
public class BuildContext : FrostingContext
{
public const string ProjectName = "ModTemplate";
public const string ProjectName = "AriasServerUtils";
public string BuildConfiguration { get; set; }
public string Version { get; }
public string Name { get; }