We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0154fa9 commit 960f7feCopy full SHA for 960f7fe
nanoFirmwareFlasher/Program.cs
@@ -108,6 +108,8 @@ private static void CheckVersion()
108
{
109
Console.ForegroundColor = ConsoleColor.DarkYellow;
110
Console.WriteLine("** There is a new version available, update is recommended **");
111
+ Console.WriteLine("** You should consider updating via the 'dotnet tool update -g nanoff' command **");
112
+ Console.WriteLine("** If you have it installed on a specific path please check the instructions here: https://git.io/JiU0C **");
113
Console.ForegroundColor = ConsoleColor.White;
114
}
115
0 commit comments