Update installer
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
1.1.
|
||||
1.2.
|
||||
Reference in New Issue
Block a user