Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 0b12329

Browse files
authored
Actualizar version de binarios a 17.3.0 para v17u3 (#55)
1 parent 85712ec commit 0b12329

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

dotnet/dotnetcore/GeneXusCryptographyNetCore/GeneXusCryptographyNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusCryptographyNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetcore/GeneXusFtpsNetCore/GeneXusFtpsNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusFtpsNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetcore/GeneXusJWTNetCore/GeneXusJWTNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusJWTNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetcore/GeneXusSftpNetCore/GeneXusSftpNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusSftpNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetcore/GeneXusXmlSignatureNetCore/GeneXusXmlSignatureNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusXMLSignatureNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetcore/SecurityAPICommonsNetCore/SecurityAPICommonsNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AssemblyName>GeneXusSecurityAPICommonsNetCoreImpl</AssemblyName>
6-
<Version>17.2.0</Version>
6+
<Version>17.3.0</Version>
77
</PropertyGroup>
88

99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

dotnet/dotnetframework/GeneXusCryptography/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("17.2.0")]
37-
[assembly: AssemblyFileVersion("17.2.0")]
36+
[assembly: AssemblyVersion("17.3.0")]
37+
[assembly: AssemblyFileVersion("17.3.0")]
3838
[assembly: AllowPartiallyTrustedCallers]

dotnet/dotnetframework/GeneXusFtps/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("17.2.0")]
37-
[assembly: AssemblyFileVersion("17.2.0")]
36+
[assembly: AssemblyVersion("17.3.0")]
37+
[assembly: AssemblyFileVersion("17.3.0")]
3838
[assembly: AllowPartiallyTrustedCallers]

dotnet/dotnetframework/GeneXusJWT/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("17.2.0")]
37-
[assembly: AssemblyFileVersion("17.2.0")]
36+
[assembly: AssemblyVersion("17.3.0")]
37+
[assembly: AssemblyFileVersion("17.3.0")]
3838
[assembly: AllowPartiallyTrustedCallers]

dotnet/dotnetframework/GeneXusSftp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("17.2.0")]
37-
[assembly: AssemblyFileVersion("17.2.0")]
36+
[assembly: AssemblyVersion("17.3.0")]
37+
[assembly: AssemblyFileVersion("17.3.0")]
3838
[assembly: AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)