File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <PackageVersion >1.0.2</PackageVersion >
5
+ <PackageVersion >1.0.3</PackageVersion >
6
+ <Owners >PayPal</Owners >
7
+ <PackageProjectUrl >https://github.com/paypal/Checkout-NET-SDK</PackageProjectUrl >
8
+ <PackageReleaseNotes >Replaced BraintreeHttp with PayPalHttp</PackageReleaseNotes >
9
+ <Title >PayPalCheckoutSdk</Title >
10
+ <PackOnBuild >true</PackOnBuild >
11
+ <Authors >PayPal</Authors >
6
12
</PropertyGroup >
7
13
8
14
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp2.1</TargetFramework >
6
- <PackageVersion >1.0.2 </PackageVersion >
6
+ <PackageVersion >1.0.3 </PackageVersion >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<Compile Remove =" Program.cs" />
11
11
</ItemGroup >
12
- <ItemGroup >
13
- <ProjectReference Include =" ..\PayPalCheckoutSdk\PayPalCheckoutSdk.csproj" />
14
- </ItemGroup >
15
12
<ItemGroup >
16
13
<Folder Include =" CaptureIntentExamples\" />
17
14
<Folder Include =" AuthorizeIntentExamples\" />
18
15
</ItemGroup >
16
+ <ItemGroup >
17
+ <ProjectReference Include =" ..\PayPalCheckoutSdk\PayPalCheckoutSdk.csproj" />
18
+ </ItemGroup >
19
19
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.1</TargetFramework >
5
- <PackageVersion >1.0.1 </PackageVersion >
5
+ <PackageVersion >1.0.3 </PackageVersion >
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
8
8
You can’t perform that action at this time.
0 commit comments