Merge branch 'release/AddRestExec02'
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>1.1.2410.2517</Version>
|
||||
<Version>1.2.2410.2912</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -36,6 +36,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="conf\JobConfig .dev.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="conf\JobConfig-demo.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Per installare il simulatore come servizio impiegare nssm come gestore servizio.
|
||||
Per installare come servizio impiegare nssm come gestore servizio.
|
||||
|
||||
IN particolare installare con
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"MsSqlJobs": {
|
||||
"ServerList": [
|
||||
{
|
||||
"CallMode": "TaskList",
|
||||
"DbList": [
|
||||
"MoonPro"
|
||||
],
|
||||
"DbPasswd": "viadante16",
|
||||
"DbUser": "steamware",
|
||||
"ServerName": "SQL2016DEV"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -7,8 +7,8 @@
|
||||
"MoonPro",
|
||||
"MoonPro_STATS"
|
||||
],
|
||||
"DbPasswd": "viadante16",
|
||||
"DbUser": "steamware",
|
||||
"DbPasswd": "db_password_here",
|
||||
"DbUser": "db_user_here",
|
||||
"ServerName": "SQL2016DEV"
|
||||
}
|
||||
]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.1.
|
||||
1.2.
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Maat.Installer - Manager for Application & Applicative Task</i>
|
||||
<h4>Versione: 1.1.2410.2517</h4>
|
||||
<h4>Versione: 1.2.2410.2912</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2410.2517
|
||||
1.2.2410.2912
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2410.2517</version>
|
||||
<version>1.2.2410.2912</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/Maat.Installer/stable/LAST/Maat.Installer.msi</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/Maat.Installer/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user