示例#1
0
    private static void WriteHeader()
    {
        var assembly = typeof(CarnaConsoleRunner).GetTypeInfo().Assembly;

        CarnaConsole.WriteLineTitle(
            $@"--------------------------------------------
  {assembly.GetCustomAttribute<AssemblyProductAttribute>()?.Product} {assembly.GetCustomAttribute<AssemblyFileVersionAttribute>()?.Version}
--------------------------------------------
");
    }