From d2b71a74960e6ae4de69efdf4aad23a8bbeda0dd Mon Sep 17 00:00:00 2001 From: pointfeev Date: Fri, 20 Jan 2023 17:12:16 -0500 Subject: [PATCH] refactor --- CreamInstaller/CreamInstaller.csproj | 1 + CreamInstaller/Forms/MainForm.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CreamInstaller/CreamInstaller.csproj b/CreamInstaller/CreamInstaller.csproj index 46e0b35..9f0a23d 100644 --- a/CreamInstaller/CreamInstaller.csproj +++ b/CreamInstaller/CreamInstaller.csproj @@ -20,6 +20,7 @@ true $(DefineConstants) False + latest $(Company) diff --git a/CreamInstaller/Forms/MainForm.cs b/CreamInstaller/Forms/MainForm.cs index 57d2452..176081a 100644 --- a/CreamInstaller/Forms/MainForm.cs +++ b/CreamInstaller/Forms/MainForm.cs @@ -76,8 +76,8 @@ internal sealed partial class MainForm : CustomForm if (checkForUpdatesResult.CanUpdate) { #endif - latestVersion = checkForUpdatesResult.LastVersion; - versions = checkForUpdatesResult.Versions; + latestVersion = checkForUpdatesResult.LastVersion; + versions = checkForUpdatesResult.Versions; #if !DEBUG } #endif