2 Commits
v1.2 ... v1.3

3 changed files with 13 additions and 0 deletions

4
.gitignore vendored
View File

@@ -6,5 +6,9 @@
# Ignore dll cache files
*.cache
# Ignore debugging files
*.pdb
# Ignore mod settings files
Settings.xml
Railloader/ModSettings/*

View File

@@ -0,0 +1,9 @@
{
"Id": "legotrainman.customreportingmarks",
"Version": "1.1.1",
"DisplayName": "Lego's Custom Reporting Marks",
"Author": "legotrainman",
"EntryMethod": "LegosCustomReportingMarks.Main.Load",
"AssemblyName": "LegosCustomReportingMarks.dll",
"ManagerVersion": "0.27.3"
}