Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 2.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingenico ePayments committed Oct 30, 2018
1 parent 5fcba6a commit a48479b
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion connect-sdk-dotnet-examples/Properties/AssemblyInfo.cs
Expand Up @@ -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.
Expand Down
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyName>connect-sdk-dotnet-examples</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.27.0</ReleaseVersion>
<ReleaseVersion>2.28.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet-it/connect-sdk-dotnet-it.csproj
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyName>connect-sdk-dotnet-it</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.27.0</ReleaseVersion>
<ReleaseVersion>2.28.0</ReleaseVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet-tests/connect-sdk-dotnet-tests.csproj
Expand Up @@ -10,7 +10,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ReleaseVersion>2.27.0</ReleaseVersion>
<ReleaseVersion>2.28.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet.StrongName/Properties/AssemblyInfo.cs
Expand Up @@ -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.
Expand Down
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyName>connect-sdk-dotnet.StrongName</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.27.0</ReleaseVersion>
<ReleaseVersion>2.28.0</ReleaseVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>connect-sdk-dotnet.StrongName</id>
<version>2.27.0</version>
<version>2.28.0</version>
<authors>Ingenico ePayments</authors>
<owners>Ingenico ePayments</owners>
<description>SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API</description>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet.sln
Expand Up @@ -233,6 +233,6 @@ Global
$31.IncludeStaticEntities = True
$0.VersionControlPolicy = $33
$33.inheritsSet = Mono
version = 2.27.0
version = 2.28.0
EndGlobalSection
EndGlobal
@@ -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;
}
}
Expand Up @@ -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;
Expand Down
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet/Properties/AssemblyInfo.cs
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet/connect-sdk-dotnet.csproj
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>Ingenico.Connect.Sdk</RootNamespace>
<AssemblyName>connect-sdk-dotnet</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.27.0</ReleaseVersion>
<ReleaseVersion>2.28.0</ReleaseVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion connect-sdk-dotnet/connect-sdk-dotnet.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>connect-sdk-dotnet</id>
<version>2.27.0</version>
<version>2.28.0</version>
<authors>Ingenico ePayments</authors>
<owners>Ingenico ePayments</owners>
<description>SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API</description>
Expand Down

0 comments on commit a48479b

Please sign in to comment.