Skip to content

Commit

Permalink
updater and version
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioJhones committed Oct 22, 2024
1 parent 858704f commit 603ef41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FolderFlex/FolderFlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<PropertyGroup>
<AssemblyVersion>5.0.16.0</AssemblyVersion>
<FileVersion>5.0.16.0</FileVersion>
<AssemblyVersion>5.0.17.0</AssemblyVersion>
<FileVersion>5.0.17.0</FileVersion>
<Title>FolderFlex</Title>
<Authors>$(AssemblyName),CassioJhones</Authors>
<Company>$(Authors),MySefl</Company>
Expand Down
5 changes: 3 additions & 2 deletions Updater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 603ef41

Please sign in to comment.