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

Commit f5ea6d9

Browse files
authored
Actualizar version de binarios a 17.2.0 para v17u2 (#53)
1 parent ec17560 commit f5ea6d9

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
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.1.0</Version>
6+
<Version>17.2.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.1.0</Version>
6+
<Version>17.2.0</Version>
77
</PropertyGroup>
88

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

dotnet/dotnetcore/GeneXusFtpsNetCore/obj/project.nuget.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"dgSpecHash": "jXs+gHMk3Jw5lgO5kCwqovOZipt7/0wtUCEJ1zfyJsGYf6QzdDMjz70ttEEJod++LDU6JG9/oL+MVU3NJzpP1w==",
3+
"dgSpecHash": "zBGgZrulZfk1lp+0T0RHS0cyKL09IXCvEhfouKtnC7w2ry9bSXA5TdXu43kZe+eaWuVCfkjW+Zhr/90czfNxFA==",
44
"success": true,
55
"projectFilePath": "C:\\git\\SecurityAPI\\DotNet-SecurityApi-Module\\dotnet\\dotnetcore\\GeneXusFtpsNetCore\\GeneXusFtpsNetCore.csproj",
66
"expectedPackageFiles": [

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.1.0</Version>
6+
<Version>17.2.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.1.0</Version>
6+
<Version>17.2.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.1.0</Version>
6+
<Version>17.2.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.1.0</Version>
6+
<Version>17.2.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.1.0")]
37-
[assembly: AssemblyFileVersion("17.1.0")]
36+
[assembly: AssemblyVersion("17.2.0")]
37+
[assembly: AssemblyFileVersion("17.2.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.1.0")]
37-
[assembly: AssemblyFileVersion("17.1.0")]
36+
[assembly: AssemblyVersion("17.2.0")]
37+
[assembly: AssemblyFileVersion("17.2.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.1.0")]
37-
[assembly: AssemblyFileVersion("17.1.0")]
36+
[assembly: AssemblyVersion("17.2.0")]
37+
[assembly: AssemblyFileVersion("17.2.0")]
3838
[assembly: AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)