Update installer

This commit is contained in:
Samuele Locatelli
2025-01-07 15:34:50 +01:00
parent 1cbb0953ef
commit 13ebfe4d6e
5 changed files with 6 additions and 11 deletions
@@ -14,13 +14,11 @@ namespace EgwControlCenter.App.Components.Pages
protected string AppKey
{
get => ACService.AppKey;
//set => ACService.AppKey = value;
}
protected string MainKey
{
get => ACService.MainKey;
//set => ACService.MainKey = value;
}
#endregion Protected Properties
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.2501.0714</Version>
<Version>1.2.2501.0715</Version>
<Configurations>Debug;Release;DEBUG_Local</Configurations>
</PropertyGroup>
<ItemGroup>
@@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>0714</ApplicationRevision>
<ApplicationVersion>1.1.2501.0714</ApplicationVersion>
<ApplicationRevision>0715</ApplicationRevision>
<ApplicationVersion>1.2.2501.0715</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>True</CreateWebPageOnPublish>
+2 -5
View File
@@ -161,11 +161,8 @@ namespace EgwControlCenter.Core
await Task.Delay(10);
// verifico attivazioni
bool fatto = await CheckAttivazioni();
//... e salvo
if (fatto)
{
DoSaveConfig();
}
// ... e salvo
DoSaveConfig();
}
}
}
+1 -1
View File
@@ -1 +1 @@
1.1.
1.2.