- aggiunta rule04 x gestione tag IOB
This commit is contained in:
Samuele Locatelli
2022-12-28 18:48:36 +01:00
parent bf25cbd8b7
commit cf95735026
5 changed files with 38 additions and 4 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"ExcludedTags": [ ],
"ExcludedFileExt": [
".bak",
".bck"
],
"FileNameExtReplace": {
".P-2": "",
".tim": ""
},
"MaxChar2Search": 0,
"Mode": 2,
"Name": "Tag da Tag2Collect",
"OutExcludeFileName": true,
"OutReplace": {
"(": " ",
")": " ",
"<": " ",
">": " "
},
"RegExPattern": "\\b{{fileName}}.{0,2}\\([\\<\\w\\d\\s./\\-=\\+\\>]+\\)",
"RegExRepFileName": true,
"ReplaceCR": true,
"Tag2Collect": [
"CNCTYPE",
"VENDOR",
"MODEL",
"MPIP",
"Customer",
"HostOS",
"HostName",
"HostAddr"
]
}
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Prog</RootNamespace>
<Version>6.15.2209.1609</Version>
<Version>6.16.2212.2818</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo gestione Programmi MAPO</i>
<h4>Versione: 6.15.2209.1609</h4>
<h4>Versione: 6.16.2212.2818</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.15.2209.1609
6.16.2212.2818
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.15.2209.1609</version>
<version>6.16.2212.2818</version>
<url>https://nexus.steamware.net/repository/SWS/MP-PROG/stable/LAST/MP.Prog.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-PROG/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>