コード例 #1
0
        /// <summary>
        /// Displays the versions of the engines
        /// </summary>
        internal void DisplayVersion()
        {
            DefaultCommandWarning();

            Outputs.SendBlank();
            Outputs.Indent();

            if (!Info.IsCore)
            {
                Outputs.SendNormal(Utils.GetPluginVersion(GetType()), false);
            }

            Outputs.SendNormal(Utils.GetFastVersion(), false);
            Outputs.SendNormal(Utils.GetDotNetVersion(), false);
            Outputs.Unindent();
        }