Skip to content

Commit

Permalink
Merge pull request #45 from Adyen/UpdateVersion
Browse files Browse the repository at this point in the history
update version to 1.1.4
  • Loading branch information
AlexandrosMor authored Dec 28, 2018
2 parents 1294022 + f23ffbd commit 46f84f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>

<IsPackable>false</IsPackable>

<AssemblyVersion>1.1.3</AssemblyVersion>
<AssemblyVersion>1.1.4</AssemblyVersion>

<FileVersion>1.1.3</FileVersion>
<FileVersion>1.1.4</FileVersion>

<Version>1.1.3</Version>
<Version>1.1.4</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
8 changes: 4 additions & 4 deletions Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>1.1.3</Version>
<AssemblyVersion>1.1.3</AssemblyVersion>
<FileVersion>1.1.3</FileVersion>
<Version>1.1.4</Version>
<AssemblyVersion>1.1.4</AssemblyVersion>
<FileVersion>1.1.4</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>The Adyen API Library for .net core enables you to work with Adyen APIs, Hosted Payment Pages and terminal api with any .net application.</Description>
<PackageProjectUrl>https://github.com/Adyen/adyen-dotnet-api-library</PackageProjectUrl>
<RepositoryUrl>https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>1.1.3</PackageTags>
<PackageTags>1.1.4</PackageTags>
<PackageLicenseUrl>https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Adyen</Authors>
<Company>Adyen</Company>
Expand Down
2 changes: 1 addition & 1 deletion Adyen.EcommLibrary/Constants/ClientConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public class ClientConfig
public static string EndpointProtocol = "https://";

public static string LibName = "adyen-dotnet-api-library";
public static string LibVersion = "1.1.3";
public static string LibVersion = "1.1.4";
}
}

0 comments on commit 46f84f2

Please sign in to comment.