From a48479b1ea49cf8f195cb1ffab4243c825968fb4 Mon Sep 17 00:00:00 2001 From: Ingenico ePayments Date: Tue, 30 Oct 2018 14:35:47 +0100 Subject: [PATCH] Release 2.28.0. --- .../Properties/AssemblyInfo.cs | 2 +- .../connect-sdk-dotnet-examples.csproj | 2 +- connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj | 2 +- .../connect-sdk-dotnet-tests.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../connect-sdk-dotnet.StrongName.csproj | 2 +- .../connect-sdk-dotnet.StrongName.nuspec | 2 +- connect-sdk-dotnet.sln | 2 +- .../Definitions/PaymentProduct3201SpecificOutput.cs | 13 +++++++++++++ .../RedirectPaymentMethodSpecificOutput.cs | 2 ++ .../Ingenico/Connect/Sdk/MetaDataProvider.cs | 2 +- connect-sdk-dotnet/Properties/AssemblyInfo.cs | 2 +- connect-sdk-dotnet/connect-sdk-dotnet.csproj | 2 +- connect-sdk-dotnet/connect-sdk-dotnet.nuspec | 2 +- 14 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/PaymentProduct3201SpecificOutput.cs diff --git a/connect-sdk-dotnet-examples/Properties/AssemblyInfo.cs b/connect-sdk-dotnet-examples/Properties/AssemblyInfo.cs index 180c5a95..18164a50 100644 --- a/connect-sdk-dotnet-examples/Properties/AssemblyInfo.cs +++ b/connect-sdk-dotnet-examples/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("2.27.0.*")] +[assembly: AssemblyVersion("2.28.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/connect-sdk-dotnet-examples/connect-sdk-dotnet-examples.csproj b/connect-sdk-dotnet-examples/connect-sdk-dotnet-examples.csproj index a52426fb..60b16a1a 100644 --- a/connect-sdk-dotnet-examples/connect-sdk-dotnet-examples.csproj +++ b/connect-sdk-dotnet-examples/connect-sdk-dotnet-examples.csproj @@ -8,7 +8,7 @@ Ingenico.Connect.Sdk connect-sdk-dotnet-examples v4.5 - 2.27.0 + 2.28.0 true diff --git a/connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj b/connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj index 3cb12089..8655b827 100644 --- a/connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj +++ b/connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj @@ -8,7 +8,7 @@ Ingenico.Connect.Sdk connect-sdk-dotnet-it v4.5 - 2.27.0 + 2.28.0 diff --git a/connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj b/connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj index 14fbee49..73f6a106 100644 --- a/connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj +++ b/connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj @@ -10,7 +10,7 @@ v4.5 - 2.27.0 + 2.28.0 true diff --git a/connect-sdk-dotnet.StrongName/Properties/AssemblyInfo.cs b/connect-sdk-dotnet.StrongName/Properties/AssemblyInfo.cs index 2287b673..67bdd368 100644 --- a/connect-sdk-dotnet.StrongName/Properties/AssemblyInfo.cs +++ b/connect-sdk-dotnet.StrongName/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("2.27.0.*")] +[assembly: AssemblyVersion("2.28.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.csproj b/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.csproj index f2c331e8..20e38988 100644 --- a/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.csproj +++ b/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.csproj @@ -8,7 +8,7 @@ Ingenico.Connect.Sdk connect-sdk-dotnet.StrongName v4.5 - 2.27.0 + 2.28.0 diff --git a/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.nuspec b/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.nuspec index f1ab5b1d..6ccc84e6 100644 --- a/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.nuspec +++ b/connect-sdk-dotnet.StrongName/connect-sdk-dotnet.StrongName.nuspec @@ -2,7 +2,7 @@ connect-sdk-dotnet.StrongName - 2.27.0 + 2.28.0 Ingenico ePayments Ingenico ePayments SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API diff --git a/connect-sdk-dotnet.sln b/connect-sdk-dotnet.sln index 1c6478d9..9650bc69 100644 --- a/connect-sdk-dotnet.sln +++ b/connect-sdk-dotnet.sln @@ -233,6 +233,6 @@ Global $31.IncludeStaticEntities = True $0.VersionControlPolicy = $33 $33.inheritsSet = Mono - version = 2.27.0 + version = 2.28.0 EndGlobalSection EndGlobal diff --git a/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/PaymentProduct3201SpecificOutput.cs b/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/PaymentProduct3201SpecificOutput.cs new file mode 100644 index 00000000..84d4cdc4 --- /dev/null +++ b/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/PaymentProduct3201SpecificOutput.cs @@ -0,0 +1,13 @@ +/* + * This class was auto-generated from the API references found at + * https://epayments-api.developer-ingenico.com/s2sapi/v1/ + */ +using Ingenico.Connect.Sdk.Domain.Definitions; + +namespace Ingenico.Connect.Sdk.Domain.Payment.Definitions +{ + public class PaymentProduct3201SpecificOutput + { + public CardEssentials Card { get; set; } = null; + } +} diff --git a/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/RedirectPaymentMethodSpecificOutput.cs b/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/RedirectPaymentMethodSpecificOutput.cs index b055c9ce..de86221b 100644 --- a/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/RedirectPaymentMethodSpecificOutput.cs +++ b/connect-sdk-dotnet/Ingenico/Connect/Sdk/Domain/Payment/Definitions/RedirectPaymentMethodSpecificOutput.cs @@ -12,6 +12,8 @@ public class RedirectPaymentMethodSpecificOutput : AbstractPaymentMethodSpecific public FraudResults FraudResults { get; set; } = null; + public PaymentProduct3201SpecificOutput PaymentProduct3201SpecificOutput { get; set; } = null; + public PaymentProduct836SpecificOutput PaymentProduct836SpecificOutput { get; set; } = null; public PaymentProduct840SpecificOutput PaymentProduct840SpecificOutput { get; set; } = null; diff --git a/connect-sdk-dotnet/Ingenico/Connect/Sdk/MetaDataProvider.cs b/connect-sdk-dotnet/Ingenico/Connect/Sdk/MetaDataProvider.cs index 025c4303..4e43633e 100644 --- a/connect-sdk-dotnet/Ingenico/Connect/Sdk/MetaDataProvider.cs +++ b/connect-sdk-dotnet/Ingenico/Connect/Sdk/MetaDataProvider.cs @@ -96,7 +96,7 @@ internal string PlatformIdentifier } } - const string SDK_VERSION = "2.27.0"; + const string SDK_VERSION = "2.28.0"; const string SERVER_META_INFO_HEADER = "X-GCS-ServerMetaInfo"; diff --git a/connect-sdk-dotnet/Properties/AssemblyInfo.cs b/connect-sdk-dotnet/Properties/AssemblyInfo.cs index 3ad5112f..38b79e3d 100644 --- a/connect-sdk-dotnet/Properties/AssemblyInfo.cs +++ b/connect-sdk-dotnet/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("2.27.0.*")] +[assembly: AssemblyVersion("2.28.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/connect-sdk-dotnet/connect-sdk-dotnet.csproj b/connect-sdk-dotnet/connect-sdk-dotnet.csproj index 0941c633..89224816 100644 --- a/connect-sdk-dotnet/connect-sdk-dotnet.csproj +++ b/connect-sdk-dotnet/connect-sdk-dotnet.csproj @@ -8,7 +8,7 @@ Ingenico.Connect.Sdk connect-sdk-dotnet v4.5 - 2.27.0 + 2.28.0 diff --git a/connect-sdk-dotnet/connect-sdk-dotnet.nuspec b/connect-sdk-dotnet/connect-sdk-dotnet.nuspec index 19b1ec36..ae6f8fc9 100644 --- a/connect-sdk-dotnet/connect-sdk-dotnet.nuspec +++ b/connect-sdk-dotnet/connect-sdk-dotnet.nuspec @@ -2,7 +2,7 @@ connect-sdk-dotnet - 2.27.0 + 2.28.0 Ingenico ePayments Ingenico ePayments SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API