2 Commits

Author SHA1 Message Date
Samuele E. Locatelli ffc45ff43a Merge branch 'develop' 2020-12-01 08:50:12 +01:00
Samuele E. Locatelli 5639cf280b update conf x compilazione statica IP .52 (non .51) in prod 2020-12-01 08:49:58 +01:00
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")]