Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosMor committed Sep 21, 2018
1 parent 2f73c53 commit ec140e4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<IsPackable>false</IsPackable>

<AssemblyVersion>1.0.5</AssemblyVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>

<FileVersion>1.0.5</FileVersion>
<FileVersion>1.1.0</FileVersion>

<Version>1.0.5</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
10 changes: 5 additions & 5 deletions Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Adyen</Copyright>
<Version>1.0.5</Version>
<AssemblyVersion>1.0.5</AssemblyVersion>
<FileVersion>1.0.5</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>The Adyen API Library for .net core enables you to work with Adyen APIs and Hosted Payment Pages 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.0.5</PackageTags>
<PackageTags>1.1.0</PackageTags>
<PackageLicenseUrl>https://github.com/Adyen/adyen-dotnet-api-library/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Adyen</Authors>
<Company>Adyen</Company>
<Title>adyen-dotnet-api-library</Title>
<Product>Adyen ecomm library</Product>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>Adding a restricted header causes an exception</PackageReleaseNotes>
<PackageReleaseNotes>Supports terminal api integration</PackageReleaseNotes>
<PackageIconUrl>https://www.adyen.com/dam/jcr:39adc4db-76f7-4b9e-aec6-bfa21db4153c/adyen-logo-green.png</PackageIconUrl>
</PropertyGroup>

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 @@ -11,6 +11,6 @@ internal class ClientConfig
public static string RecurringApiVersion = "v25";
public static string ApiVersion = "v30";
public static string UserAgentSuffix = "adyen-dotnet-api-library/";
public static string LibVersion = "1.0.5";
public static string LibVersion = "1.1.0";
}
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@

# Adyen .net API Library

The Adyen API Library for .net framework enables you to work with Adyen APIs and Hosted Payment Pages with any .net application.
The Adyen API Library for .net framework enables you to work with Adyen APIs, Hosted Payment Pages and Terminal API with any .net application.

## Requirements

* .net standard 2.0. It supports .net 4.5 and .net standard 2.0
* It supports .net 4.5 and .net standard 2.0

## Installation

* Simply download and restore nuget packages
https://www.nuget.org/packages/Adyen.EcommLibrary/
* or install it from package manager
PM> Install-Package Adyen.EcommLibrary -Version 1.0.5
PM> Install-Package Adyen.EcommLibrary -Version 1.1.0

## Documentation
https://adyen.github.io/adyen-dotnet-api-library/
## Support

If you have any problems, questions or suggestions, create an issue here or send your inquiry to [email protected].

## Licence

MIT license. For more information, see the LICENSE file.

0 comments on commit ec140e4

Please sign in to comment.