Skip to content

Commit e33af9b

Browse files
author
Ganeshram Chockalingam
committed
Versioning
1 parent 979a632 commit e33af9b

File tree

8 files changed

+4
-46
lines changed

8 files changed

+4
-46
lines changed

.vs/CheckoutNETSDK/xs/sqlite3/db.lock

Whitespace-only changes.
-3.43 MB
Binary file not shown.

.vscode/launch.json

-28
This file was deleted.

.vscode/tasks.json

-15
This file was deleted.

PayPalCheckoutSdk/Core/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace PayPalCheckoutSdk.Core
22
{
33
public class Version
44
{
5-
public static string VERSION = "2.0.0-rc2";
5+
public static string VERSION = "2.0.2";
66
}
77
}

PayPalCheckoutSdk/PayPalCheckoutSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<PackageVersion>1.0.0</PackageVersion>
5+
<PackageVersion>1.0.2</PackageVersion>
66
</PropertyGroup>
77

88
<ItemGroup>

Samples/Samples.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
<PackageVersion>1.0.2</PackageVersion>
67
</PropertyGroup>
78

89
<ItemGroup>

Test/Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
5+
<PackageVersion>1.0.1</PackageVersion>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)