diff --git a/Model/Xml.Project.cs b/Model/Xml.Project.cs index eb5e43a..910a510 100644 --- a/Model/Xml.Project.cs +++ b/Model/Xml.Project.cs @@ -20820,7 +20820,7 @@ public bool ReplacesVersionsSpecified { get { - return string.IsNullOrEmpty(this.ReplacesVersions); + return !string.IsNullOrEmpty(this.ReplacesVersions); } }