From 603ef414c386edfd0a36d26aee38a1a8d123af69 Mon Sep 17 00:00:00 2001 From: CassioJhones Date: Tue, 22 Oct 2024 01:16:55 -0300 Subject: [PATCH] updater and version --- FolderFlex/FolderFlex.csproj | 4 ++-- Updater/Program.cs | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/FolderFlex/FolderFlex.csproj b/FolderFlex/FolderFlex.csproj index 7f3add6..2a3e76b 100644 --- a/FolderFlex/FolderFlex.csproj +++ b/FolderFlex/FolderFlex.csproj @@ -12,8 +12,8 @@ - 5.0.16.0 - 5.0.16.0 + 5.0.17.0 + 5.0.17.0 FolderFlex $(AssemblyName),CassioJhones $(Authors),MySefl diff --git a/Updater/Program.cs b/Updater/Program.cs index 30ce090..ab50f36 100644 --- a/Updater/Program.cs +++ b/Updater/Program.cs @@ -36,10 +36,11 @@ public static async Task Main(string[] args) ReplaceFiles(); } - catch (Exception) + catch (Exception ex) { StartApplication(); - + Console.WriteLine($"Baixe a nova versao no github\n {ex}"); + Console.ReadKey(); Environment.Exit(0); } finally