Skip to content

Commit f9e74dd

Browse files
author
zeng-github01
committed
Update Check Update method
1 parent 88b1cfb commit f9e74dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CDK/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ private void CheckUpdate()
8282
{
8383
Rocket.Core.Logging.Logger.Log(String.Format("New Update {0} has been released",version.ToString()),ConsoleColor.Green);
8484
Rocket.Core.Logging.Logger.LogWarning($"{Name} has been unload");
85+
Rocket.Core.Logging.Logger.Log("Go to " + "https://github.com/zeng-github01/CDKey-CodeReward/releases/latest"+"to get latest update", ConsoleColor.Yellow);
8586
this.UnloadPlugin();
8687
}
8788
}

0 commit comments

Comments
 (0)