update conf x compilazione statica IP .52 (non .51) in prod

This commit is contained in:
Samuele E. Locatelli
2020-12-01 08:49:58 +01:00
parent 24100f7bb2
commit 5639cf280b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"confPLC": {
"ipAdrr": "192.168.0.51",
"ipAdrr": "192.168.0.52",
"tipoCpu": "S7300",
"rack": 0,
"slot": 2
+1 -1
View File
@@ -1,6 +1,6 @@
{
"confPLC": {
"ipAdrr": "192.168.0.51",
"ipAdrr": "192.168.0.52",
"tipoCpu": "S7300",
"rack": 0,
"slot": 2
+2 -2
View File
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// usando l'asterisco '*' come illustrato di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.2007.36")]
[assembly: AssemblyFileVersion("1.2.2007.36")]
[assembly: AssemblyVersion("1.2.2007.37")]
[assembly: AssemblyFileVersion("1.2.2007.37")]