File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<IsPackable >false</IsPackable >
8
8
9
- <AssemblyVersion >19.1 .0</AssemblyVersion >
9
+ <AssemblyVersion >20.0 .0</AssemblyVersion >
10
10
11
- <FileVersion >19.1 .0</FileVersion >
11
+ <FileVersion >20.0 .0</FileVersion >
12
12
13
- <Version >19.1 .0</Version >
13
+ <Version >20.0 .0</Version >
14
14
15
15
<LangVersion >7.2</LangVersion >
16
16
17
- <PackageVersion >19.1 .0</PackageVersion >
17
+ <PackageVersion >20.0 .0</PackageVersion >
18
18
</PropertyGroup >
19
19
20
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 5
5
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
6
6
<Copyright >Adyen</Copyright >
7
7
8
- <Version >19.1 .0</Version >
9
- <AssemblyVersion >19.1 .0</AssemblyVersion >
10
- <FileVersion >19.1 .0</FileVersion >
8
+ <Version >20.0 .0</Version >
9
+ <AssemblyVersion >20.0 .0</AssemblyVersion >
10
+ <FileVersion >20.0 .0</FileVersion >
11
11
12
12
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
13
13
<IncludeSymbols >true</IncludeSymbols >
17
17
<RepositoryUrl >https://github.com/Adyen/adyen-dotnet-api-library</RepositoryUrl >
18
18
<RepositoryType >git</RepositoryType >
19
19
20
- <PackageTags >19.1 .0</PackageTags >
20
+ <PackageTags >20.0 .0</PackageTags >
21
21
22
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
23
23
<Authors >Adyen</Authors >
30
30
<AssemblyOriginatorKeyFile >adyen-dotnet-api-library-key.snk</AssemblyOriginatorKeyFile >
31
31
<PackageIcon >adyen-logo.png</PackageIcon >
32
32
<PackageReadmeFile >README.md</PackageReadmeFile >
33
- <PackageVersion >19.1 .0</PackageVersion >
33
+ <PackageVersion >20.0 .0</PackageVersion >
34
34
<!-- add xml descriptions -->
35
35
<GenerateDocumentationFile >true</GenerateDocumentationFile >
36
36
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ public class ClientConfig
15
15
public const string NexoProtocolVersion = "3.0" ;
16
16
17
17
public const string LibName = "adyen-dotnet-api-library" ;
18
- public const string LibVersion = "19.1 .0" ;
18
+ public const string LibVersion = "20.0 .0" ;
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
- 19.1 .0
1
+ 20.0 .0
You can’t perform that action at this time.
0 commit comments