From b0040f785dba1679cdbdcfc041ea4e2250e29efe Mon Sep 17 00:00:00 2001 From: Sarah Hameed Date: Thu, 19 Dec 2019 10:17:41 +0500 Subject: [PATCH] NCache 5.0 SP2 : Version updated --- Src/NCCache/AssemblyInfo.cs | 2 +- Tools/NCAutomation/Util/ToolsUtil.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.";