This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<StartupObject />
|
<StartupObject />
|
||||||
<SignAssembly>False</SignAssembly>
|
<SignAssembly>False</SignAssembly>
|
||||||
<IsPublishable>True</IsPublishable>
|
<IsPublishable>True</IsPublishable>
|
||||||
<AssemblyVersion>1.0.2.0</AssemblyVersion>
|
<AssemblyVersion>1.0.2.2</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
|
|||||||
@@ -223,11 +223,7 @@ public class Program
|
|||||||
Console.WriteLine("Current version: " + currentVersion);
|
Console.WriteLine("Current version: " + currentVersion);
|
||||||
Console.WriteLine("Latest version: " + newVersion);
|
Console.WriteLine("Latest version: " + newVersion);
|
||||||
|
|
||||||
Console.WriteLine("Woud you like to go to the download page ? (y/n)");
|
Console.WriteLine($"Download from here: https://github.com/Wizzy69/SethDiscordBot/releases/tag/v{newVersion}");
|
||||||
if (Console.ReadKey().Key == ConsoleKey.Y)
|
|
||||||
{
|
|
||||||
Process.Start($"https://github.com/Wizzy69/SethDiscordBot/releases/tag/v{newVersion}");
|
|
||||||
}
|
|
||||||
|
|
||||||
Console.WriteLine("Press any key to continue ...");
|
Console.WriteLine("Press any key to continue ...");
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
|
|||||||
Reference in New Issue
Block a user