This commit is contained in:
pointfeev 2023-01-20 17:12:16 -05:00
parent d2ab703b88
commit d2b71a7496
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineConstants>$(DefineConstants)</DefineConstants>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<AssemblyName>$(Company)</AssemblyName>

View file

@ -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