diff --git a/AMRPC WatchDog Desktop.sln b/AMRPC WatchDog Desktop.sln index 05698fb..89eaa55 100644 --- a/AMRPC WatchDog Desktop.sln +++ b/AMRPC WatchDog Desktop.sln @@ -11,8 +11,8 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Debug|Any CPU.Build.0 = Release|Any CPU {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Release|Any CPU.ActiveCfg = Release|Any CPU {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/WatchDog/Program.cs b/WatchDog/Program.cs index 233e99b..7648e2c 100644 --- a/WatchDog/Program.cs +++ b/WatchDog/Program.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using System.Windows.Forms; namespace WatchDog @@ -9,7 +6,7 @@ namespace WatchDog internal static class Program { - private const string AppVersion = "v0.4.3"; + private const string AppVersion = "v0.4.4"; [STAThread] private static void Main() diff --git a/WatchDog/Properties/AssemblyInfo.cs b/WatchDog/Properties/AssemblyInfo.cs index e4c5a94..9924872 100644 --- a/WatchDog/Properties/AssemblyInfo.cs +++ b/WatchDog/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("WatchDog")] -[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyCopyright("Copyright © ZephraOSS 2023")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("0.4.4.0")] +[assembly: AssemblyFileVersion("0.4.4.0")] diff --git a/WatchDog/WatchDog.csproj b/WatchDog/WatchDog.csproj index 5e918a4..a77d62f 100644 --- a/WatchDog/WatchDog.csproj +++ b/WatchDog/WatchDog.csproj @@ -2,6 +2,7 @@ + False Debug AnyCPU {A64E25E5-88AE-43BE-9F6D-C5A318ADA64F} @@ -12,6 +13,21 @@ 512 true true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -25,7 +41,7 @@ AnyCPU - pdbonly + none true bin\Release\ TRACE @@ -71,7 +87,7 @@ - + @@ -84,5 +100,21 @@ 1.0.3-rc11 + + + False + Microsoft .NET Framework 4.8 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + \ No newline at end of file