diff --git a/Src/NCCache/AssemblyInfo.cs b/Src/NCCache/AssemblyInfo.cs index cd471f44..e5ccc2b5 100644 --- a/Src/NCCache/AssemblyInfo.cs +++ b/Src/NCCache/AssemblyInfo.cs @@ -99,5 +99,5 @@ [assembly: AssemblyKeyFile("..\\..\\Resources\\ncache.snk")] #endif [assembly: AssemblyDescriptionAttribute("Cache Core")] -[assembly: AssemblyFileVersionAttribute("5.0.1.0")] +[assembly: AssemblyFileVersionAttribute("5.0.2.0")] [assembly: AssemblyInformationalVersion("5.0.0")] diff --git a/Tools/NCAutomation/Util/ToolsUtil.cs b/Tools/NCAutomation/Util/ToolsUtil.cs index 92513da6..9ae4e0e5 100644 --- a/Tools/NCAutomation/Util/ToolsUtil.cs +++ b/Tools/NCAutomation/Util/ToolsUtil.cs @@ -125,7 +125,7 @@ public static void PrintLogo(IOutputConsole outputProvider, bool printLogo, stri { if (printLogo) { - string logo = @"Alachisoft (R) NCache Utility " + TOOLNAME + ". Version NCache Open Source 5.0 SP1" + + string logo = @"Alachisoft (R) NCache Utility " + TOOLNAME + ". Version NCache Open Source 5.0 SP2" + @" Copyright (C) Alachisoft 2019. All rights reserved.";