Skip to content

Commit

Permalink
Add 4.4.2 to patterns
Browse files Browse the repository at this point in the history
Marlamin authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c201aa9 commit 98702ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/C#/DBDefsDumper/PatternBuilder.cs
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ public PatternBuilder()
//);

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)

0 comments on commit 98702ff

Please sign in to comment.