public override bool Execute() { Dictionary <string, string> symbols; if (BuildUtils.ParseSymbolFile(VersionInfo, Log, out symbols)) { Major = symbols["FWMAJOR"]; Minor = symbols["FWMINOR"]; Revision = symbols["FWREVISION"]; Descriptor = symbols["FWBETAVERSION"]; return(true); } return(false); }