diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 66cc7225b7..62cdfca8e4 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -78,7 +78,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
@@ -150,7 +150,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index d1089bf17a..a4c33b4e40 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -108,7 +108,7 @@ jobs:
- name: Maven preparation (step 2)
if: matrix.language == 'java'
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- if: matrix.language == 'java'
diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml
index bf5d9061f3..75f95c16ad 100644
--- a/.github/workflows/pullrequest.yaml
+++ b/.github/workflows/pullrequest.yaml
@@ -66,7 +66,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
@@ -120,7 +120,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a32e637bdf..2fdcee4d65 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
@@ -95,7 +95,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
@@ -161,7 +161,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Install local file to be used within Javadoc plugin of generated POM
- run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.5 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
+ run: mvn install:install-file -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.6 -Dpackaging=jar -Dfile=../../../bin/net6.0/JCOBridge.jar -f ./src/java/knet/pom.xml
shell: bash
- name: Create Jars
diff --git a/src/java/knet/pom.xml b/src/java/knet/pom.xml
index 3e40bc8171..24cace441b 100644
--- a/src/java/knet/pom.xml
+++ b/src/java/knet/pom.xml
@@ -41,8 +41,8 @@
11
${basedir}/classpathfile.classpath
3.4.0
- 1.5.2.0
- 2.5.5
+ 1.5.3.0
+ 2.5.6
diff --git a/src/net/Common/Common.props b/src/net/Common/Common.props
index efacb44ed9..5249f2585c 100644
--- a/src/net/Common/Common.props
+++ b/src/net/Common/Common.props
@@ -4,7 +4,7 @@
MASES s.r.l.
MASES s.r.l.
MASES s.r.l.
- 1.5.2.0
+ 1.5.3.0
latest
true
true
diff --git a/src/net/KNet/KNet.csproj b/src/net/KNet/KNet.csproj
index 52060f4b2d..606f606a48 100644
--- a/src/net/KNet/KNet.csproj
+++ b/src/net/KNet/KNet.csproj
@@ -18,7 +18,7 @@
-
+
All
None
diff --git a/src/net/KNetCLI/KNetCLI.nuspec b/src/net/KNetCLI/KNetCLI.nuspec
index 46afcc4898..c5962b3617 100644
--- a/src/net/KNetCLI/KNetCLI.nuspec
+++ b/src/net/KNetCLI/KNetCLI.nuspec
@@ -2,7 +2,7 @@
MASES.KNetCLI
- 1.5.2
+ 1.5.3
KNetCLI - KNet command line interface
MASES s.r.l.
MASES s.r.l.
diff --git a/src/net/KNetConnect/KNetConnect.nuspec b/src/net/KNetConnect/KNetConnect.nuspec
index ae5d2d1c37..1fd1508493 100644
--- a/src/net/KNetConnect/KNetConnect.nuspec
+++ b/src/net/KNetConnect/KNetConnect.nuspec
@@ -2,7 +2,7 @@
MASES.KNetConnect
- 1.5.2
+ 1.5.3
KNetConnect - KNet Connect command line interface
MASES s.r.l.
MASES s.r.l.
diff --git a/src/net/KNetPS/KNetPS.csproj b/src/net/KNetPS/KNetPS.csproj
index 64c76e18b0..cf643e1c1c 100644
--- a/src/net/KNetPS/KNetPS.csproj
+++ b/src/net/KNetPS/KNetPS.csproj
@@ -37,7 +37,7 @@
-
+
All
diff --git a/src/net/KNetPS/MASES.KNetPS.psd1 b/src/net/KNetPS/MASES.KNetPS.psd1
index 8338614b7e..b3001e7b10 100644
--- a/src/net/KNetPS/MASES.KNetPS.psd1
+++ b/src/net/KNetPS/MASES.KNetPS.psd1
@@ -8,7 +8,7 @@
RootModule = 'MASES.KNetPS.psm1'
-ModuleVersion = '1.5.2'
+ModuleVersion = '1.5.3'
# CompatiblePSEditions = @()
diff --git a/src/net/KNetPS/MASES.KNetPSCore.psd1 b/src/net/KNetPS/MASES.KNetPSCore.psd1
index 861f0eb28c..14a6c7c1bb 100644
--- a/src/net/KNetPS/MASES.KNetPSCore.psd1
+++ b/src/net/KNetPS/MASES.KNetPSCore.psd1
@@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'
# Version number of this module.
-ModuleVersion = '1.5.2'
+ModuleVersion = '1.5.3'
# ID used to uniquely identify this module
GUID = 'F7C13891-7BC6-4025-ACF5-04509852F87D'
diff --git a/src/net/KNetPS/MASES.KNetPSFramework.psd1 b/src/net/KNetPS/MASES.KNetPSFramework.psd1
index 4268ecd010..a63078aec0 100644
--- a/src/net/KNetPS/MASES.KNetPSFramework.psd1
+++ b/src/net/KNetPS/MASES.KNetPSFramework.psd1
@@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'
# Version number of this module.
-ModuleVersion = '1.5.2'
+ModuleVersion = '1.5.3'
# ID used to uniquely identify this module
GUID = '5E883DB0-584F-4F8E-8D65-2AAB24B491D8'
diff --git a/src/net/templates/templates/knetConnectSink/knetConnectSink.csproj b/src/net/templates/templates/knetConnectSink/knetConnectSink.csproj
index 3e0e5ce1a4..3e65e29116 100644
--- a/src/net/templates/templates/knetConnectSink/knetConnectSink.csproj
+++ b/src/net/templates/templates/knetConnectSink/knetConnectSink.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/net/templates/templates/knetConnectSource/knetConnectSource.csproj b/src/net/templates/templates/knetConnectSource/knetConnectSource.csproj
index a0cef2861a..c561e1b907 100644
--- a/src/net/templates/templates/knetConnectSource/knetConnectSource.csproj
+++ b/src/net/templates/templates/knetConnectSource/knetConnectSource.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/net/templates/templates/knetConsumerApp/knetConsumerApp.csproj b/src/net/templates/templates/knetConsumerApp/knetConsumerApp.csproj
index c3d12065b2..c9253586e5 100644
--- a/src/net/templates/templates/knetConsumerApp/knetConsumerApp.csproj
+++ b/src/net/templates/templates/knetConsumerApp/knetConsumerApp.csproj
@@ -13,6 +13,6 @@
-
+
diff --git a/src/net/templates/templates/knetPipeStreamApp/knetPipeStreamApp.csproj b/src/net/templates/templates/knetPipeStreamApp/knetPipeStreamApp.csproj
index c3d12065b2..c9253586e5 100644
--- a/src/net/templates/templates/knetPipeStreamApp/knetPipeStreamApp.csproj
+++ b/src/net/templates/templates/knetPipeStreamApp/knetPipeStreamApp.csproj
@@ -13,6 +13,6 @@
-
+
diff --git a/src/net/templates/templates/knetProducerApp/knetProducerApp.csproj b/src/net/templates/templates/knetProducerApp/knetProducerApp.csproj
index c3d12065b2..c9253586e5 100644
--- a/src/net/templates/templates/knetProducerApp/knetProducerApp.csproj
+++ b/src/net/templates/templates/knetProducerApp/knetProducerApp.csproj
@@ -13,6 +13,6 @@
-
+