Add 4.4.2 to patterns

This commit is contained in:
Martin Benjamins
2025-01-07 11:30:28 +01:00
committed by GitHub
parent c201aa9c0d
commit 98702ff02d

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" }, 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" }, 54210 ) })
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)