Update PatternBuilder.cs

This commit is contained in:
Martin Benjamins
2025-02-05 19:47:34 +01:00
committed by GitHub
parent 7701b49a14
commit 9b0892a7a7

View File

@@ -45,7 +45,7 @@ namespace DBDefsDumper
//);
patterns.Add(
new Pattern("11.0.0", new() { new VersionRange (new() { "11.0.0", "11.0.2", "1.15.4", "4.4.1", "11.0.5", "11.0.7", "1.15.5", "1.15.6", "11.1.0", "4.4.2" }, 54210 ) })
new Pattern("11.0.0", new() { new VersionRange (new() { "11.0.0", "11.0.2", "1.15.4", "4.4.1", "11.0.5", "11.0.7", "1.15.5", "1.15.6", "11.1.0", "4.4.2", "11.1.5" }, 54210 ) })
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)