From 26a8708594554e2abf1d1a3fb0e4628e5886a532 Mon Sep 17 00:00:00 2001 From: Marconi Gomes Date: Wed, 20 Sep 2023 20:34:24 -0300 Subject: [PATCH] chore: Changes assembly name to release needs --- AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj | 2 +- AMRPC WatchDog Desktop/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj b/AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj index fabb895..a99d0e6 100644 --- a/AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj +++ b/AMRPC WatchDog Desktop/AMRPC WatchDog Desktop.csproj @@ -7,7 +7,7 @@ {DBA6E76D-E48D-41E4-B35E-B3A1E5A59CDD} WinExe AMRPC_WatchDog_Desktop - AMRPC WatchDog Desktop + watchdog v4.8 512 true diff --git a/AMRPC WatchDog Desktop/Program.cs b/AMRPC WatchDog Desktop/Program.cs index ca47fc8..3237152 100644 --- a/AMRPC WatchDog Desktop/Program.cs +++ b/AMRPC WatchDog Desktop/Program.cs @@ -6,7 +6,7 @@ namespace AMRPC_WatchDog_Desktop internal static class Program { - private const string AppVersion = "v0.4.1"; + private const string AppVersion = "v0.4.2"; [STAThread] private static void Main()