New hamann.xml

This commit is contained in:
Simon Martens
2022-03-24 13:27:22 +01:00
parent 5192e43852
commit c1e7680773
399 changed files with 11607 additions and 4400 deletions

View File

@@ -59,6 +59,6 @@ namespace HaLive
public string HamannXMLFilePath { get; set; } = @"Hamann.xml";
public string[] AvailableVolumes { get; set; } = { };
public bool NormalizeWhitespace { get; set; } = true;
public (int, int) AvailableYearRange {get; set; } = (1751, 1762);
public (int, int) AvailableYearRange {get; set; } = (1751, 1788);
}
}