diff --git a/FeedBuilder/frmMain.cs b/FeedBuilder/frmMain.cs index b8e0408a..d076fe23 100644 --- a/FeedBuilder/frmMain.cs +++ b/FeedBuilder/frmMain.cs @@ -298,7 +298,7 @@ private void Build() if (chkVersion.Checked && !string.IsNullOrEmpty(fileInfoEx.FileVersion)) { cond = doc.CreateElement("FileVersionCondition"); - cond.SetAttribute("type", "or-not"); + cond.SetAttribute("type", "or"); cond.SetAttribute("what", "below"); cond.SetAttribute("version", fileInfoEx.FileVersion); conds.AppendChild(cond);