Change mod name

This commit is contained in:
zontreck 2024-12-11 21:02:09 -07:00
parent 9395c247fc
commit 7cad5b1369
9 changed files with 20 additions and 17 deletions

View file

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