diff --git a/dotnet/dotnetcore/GeneXusCryptographyNetCore/GeneXusCryptographyNetCore.csproj b/dotnet/dotnetcore/GeneXusCryptographyNetCore/GeneXusCryptographyNetCore.csproj
index 1c788aa..e20d64c 100644
--- a/dotnet/dotnetcore/GeneXusCryptographyNetCore/GeneXusCryptographyNetCore.csproj
+++ b/dotnet/dotnetcore/GeneXusCryptographyNetCore/GeneXusCryptographyNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusCryptographyNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetcore/GeneXusFtpsNetCore/GeneXusFtpsNetCore.csproj b/dotnet/dotnetcore/GeneXusFtpsNetCore/GeneXusFtpsNetCore.csproj
index 45444d4..bc6d384 100644
--- a/dotnet/dotnetcore/GeneXusFtpsNetCore/GeneXusFtpsNetCore.csproj
+++ b/dotnet/dotnetcore/GeneXusFtpsNetCore/GeneXusFtpsNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusFtpsNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj b/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj
index 214bd74..33dafa1 100644
--- a/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj
+++ b/dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusJWTNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetcore/GeneXusSftpNetCore/GeneXusSftpNetCore.csproj b/dotnet/dotnetcore/GeneXusSftpNetCore/GeneXusSftpNetCore.csproj
index 548a2f1..92425fe 100644
--- a/dotnet/dotnetcore/GeneXusSftpNetCore/GeneXusSftpNetCore.csproj
+++ b/dotnet/dotnetcore/GeneXusSftpNetCore/GeneXusSftpNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusSftpNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj b/dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj
index 169b60c..a9e9d43 100644
--- a/dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj
+++ b/dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusXMLSignatureNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetcore/SecurityAPICommonsNetCore/SecurityAPICommonsNetCore.csproj b/dotnet/dotnetcore/SecurityAPICommonsNetCore/SecurityAPICommonsNetCore.csproj
index b255666..b125c5a 100644
--- a/dotnet/dotnetcore/SecurityAPICommonsNetCore/SecurityAPICommonsNetCore.csproj
+++ b/dotnet/dotnetcore/SecurityAPICommonsNetCore/SecurityAPICommonsNetCore.csproj
@@ -3,7 +3,7 @@
netcoreapp3.1
GeneXusSecurityAPICommonsNetCoreImpl
- 17.2.0
+ 17.3.0
diff --git a/dotnet/dotnetframework/GeneXusCryptography/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/GeneXusCryptography/Properties/AssemblyInfo.cs
index 64b8dc2..5bc6a64 100644
--- a/dotnet/dotnetframework/GeneXusCryptography/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/GeneXusCryptography/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]
diff --git a/dotnet/dotnetframework/GeneXusFtps/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/GeneXusFtps/Properties/AssemblyInfo.cs
index f696d01..0ff7eaf 100644
--- a/dotnet/dotnetframework/GeneXusFtps/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/GeneXusFtps/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]
diff --git a/dotnet/dotnetframework/GeneXusJWT/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/GeneXusJWT/Properties/AssemblyInfo.cs
index 4d0eae6..414da1f 100644
--- a/dotnet/dotnetframework/GeneXusJWT/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/GeneXusJWT/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]
\ No newline at end of file
diff --git a/dotnet/dotnetframework/GeneXusSftp/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/GeneXusSftp/Properties/AssemblyInfo.cs
index 998f8bb..31c2d4f 100644
--- a/dotnet/dotnetframework/GeneXusSftp/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/GeneXusSftp/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]
diff --git a/dotnet/dotnetframework/GeneXusXmlSignature/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/GeneXusXmlSignature/Properties/AssemblyInfo.cs
index e1da014..d7db3ab 100644
--- a/dotnet/dotnetframework/GeneXusXmlSignature/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/GeneXusXmlSignature/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]
diff --git a/dotnet/dotnetframework/SecurityAPICommons/Properties/AssemblyInfo.cs b/dotnet/dotnetframework/SecurityAPICommons/Properties/AssemblyInfo.cs
index c11f29f..87cf241 100644
--- a/dotnet/dotnetframework/SecurityAPICommons/Properties/AssemblyInfo.cs
+++ b/dotnet/dotnetframework/SecurityAPICommons/Properties/AssemblyInfo.cs
@@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("17.2.0")]
-[assembly: AssemblyFileVersion("17.2.0")]
+[assembly: AssemblyVersion("17.3.0")]
+[assembly: AssemblyFileVersion("17.3.0")]
[assembly: AllowPartiallyTrustedCallers]