@@ -27,11 +27,11 @@ version of the .NET Standard.
27
27
28
28
# Add the eBay.OAuth.Client NuGet Package
29
29
30
- ** Current Version** : 2.0.1
30
+ ** Current Version** : 2.0.2
31
31
32
32
Use of this source code is governed by [ Apache-2.0
33
33
license] ( https://opensource.org/licenses/Apache-2.0 ) .If you’re looking
34
- for the latest stable version (2.0.1 ), you can grab it directly from
34
+ for the latest stable version (2.0.2 ), you can grab it directly from
35
35
NuGet.org.
36
36
37
37
``` xml
@@ -54,15 +54,15 @@ https://www.nuget.org/packages/eBay.OAuth.Client
54
54
** eBay.OAuth.Client** package:
55
55
56
56
``` xml
57
- Install-Package eBay.OAuth.Client -Version 2.0.1
57
+ Install-Package eBay.OAuth.Client -Version 2.0.2
58
58
```
59
59
60
60
- After the command completes, open the ** .csproj** file to see the
61
61
added reference:
62
62
63
63
``` xml
64
64
<ItemGroup >
65
- <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.1 " />
65
+ <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.2 " />
66
66
</ItemGroup >
67
67
```
68
68
@@ -72,15 +72,15 @@ Install-Package eBay.OAuth.Client -Version 2.0.1
72
72
** eBay.OAuth.Client** package:
73
73
74
74
``` xml
75
- dotnet add package eBay.OAuth.Client --version 2.0.1
75
+ dotnet add package eBay.OAuth.Client --version 2.0.2
76
76
```
77
77
78
78
- After the command completes, open the ** .csproj** file to see the
79
79
added reference:
80
80
81
81
``` xml
82
82
<ItemGroup >
83
- <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.1 " />
83
+ <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.2 " />
84
84
</ItemGroup >
85
85
```
86
86
@@ -90,15 +90,15 @@ dotnet add package eBay.OAuth.Client --version 2.0.1
90
90
** eBay.OAuth.Client** package:
91
91
92
92
``` xml
93
- paket add eBay.OAuth.Client --version 2.0.1
93
+ paket add eBay.OAuth.Client --version 2.0.2
94
94
```
95
95
96
96
- After the command completes, open the ** .csproj** file to see the
97
97
added reference:
98
98
99
99
``` xml
100
100
<ItemGroup >
101
- <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.1 " />
101
+ <PackageReference Include =" eBay.OAuth.Client" Version =" 2.0.2 " />
102
102
</ItemGroup >
103
103
```
104
104
0 commit comments