Skip to content

Commit

Permalink
NCache 5.0 SP2 : Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah-Hameed committed Dec 19, 2019
1 parent 6c29357 commit b0040f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/NCCache/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Tools/NCAutomation/Util/ToolsUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.";

Expand Down

0 comments on commit b0040f7

Please sign in to comment.