瀏覽代碼

Restore logging default.
Version bump to 3.0.4

Stephen Damm 6 年之前
父節點
當前提交
3274fb1e47
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      SongBrowserPlugin/Logging/Logger.cs
  2. 1 1
      SongBrowserPlugin/Plugin.cs

+ 1 - 1
SongBrowserPlugin/Logging/Logger.cs

@@ -14,7 +14,7 @@ namespace SongBrowserPlugin.Logging
     public class Logger
     {
         private static readonly string LoggerName = "SongBrowserPlugin";
-        private static readonly LogLevel LogLevel = LogLevel.Trace;
+        private static readonly LogLevel LogLevel = LogLevel.Info;
         private static readonly ConsoleColor DefaultFgColor = ConsoleColor.Gray;
 
         private static void ResetForegroundColor()

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -14,7 +14,7 @@ namespace SongBrowserPlugin
 {
     public class Plugin : IPlugin
     {
-        public const string VERSION_NUMBER = "3.0.4-Beta-4";
+        public const string VERSION_NUMBER = "3.0.4";
 
         public string Name
         {