Skip to content

Commit 32ba250

Browse files
committed
Updated to 2.0.1 for README format change
1 parent e424e29 commit 32ba250

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ version of the .NET Standard.
2727

2828
# Add the eBay.OAuth.Client NuGet Package
2929

30-
**Current Version** : 2.0.0
30+
**Current Version** : 2.0.1
3131

3232
Use of this source code is governed by [Apache-2.0
3333
license](https://opensource.org/licenses/Apache-2.0).If you’re looking
34-
for the latest stable version (2.0.0), you can grab it directly from
34+
for the latest stable version (2.0.1), you can grab it directly from
3535
NuGet.org.
3636

3737
``` xml
@@ -54,15 +54,15 @@ https://www.nuget.org/packages/eBay.OAuth.Client
5454
**eBay.OAuth.Client** package:
5555

5656
``` xml
57-
Install-Package eBay.OAuth.Client -Version 2.0.0
57+
Install-Package eBay.OAuth.Client -Version 2.0.1
5858
```
5959

6060
- After the command completes, open the **.csproj** file to see the
6161
added reference:
6262

6363
``` xml
6464
<ItemGroup>
65-
<PackageReference Include="eBay.OAuth.Client" Version="2.0.0" />
65+
<PackageReference Include="eBay.OAuth.Client" Version="2.0.1" />
6666
</ItemGroup>
6767
```
6868

@@ -72,15 +72,15 @@ Install-Package eBay.OAuth.Client -Version 2.0.0
7272
**eBay.OAuth.Client** package:
7373

7474
``` xml
75-
dotnet add package eBay.OAuth.Client --version 2.0.0
75+
dotnet add package eBay.OAuth.Client --version 2.0.1
7676
```
7777

7878
- After the command completes, open the **.csproj** file to see the
7979
added reference:
8080

8181
``` xml
8282
<ItemGroup>
83-
<PackageReference Include="eBay.OAuth.Client" Version="2.0.0" />
83+
<PackageReference Include="eBay.OAuth.Client" Version="2.0.1" />
8484
</ItemGroup>
8585
```
8686

@@ -90,15 +90,15 @@ dotnet add package eBay.OAuth.Client --version 2.0.0
9090
**eBay.OAuth.Client** package:
9191

9292
``` xml
93-
paket add eBay.OAuth.Client --version 2.0.0
93+
paket add eBay.OAuth.Client --version 2.0.1
9494
```
9595

9696
- After the command completes, open the **.csproj** file to see the
9797
added reference:
9898

9999
``` xml
100100
<ItemGroup>
101-
<PackageReference Include="eBay.OAuth.Client" Version="2.0.0" />
101+
<PackageReference Include="eBay.OAuth.Client" Version="2.0.1" />
102102
</ItemGroup>
103103
```
104104

ebay-oauth-csharp-client/ebay-oauth-csharp-client.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>eBay.OAuth.Client</id>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<title>eBay OAuth C# Client</title>
77
<owners>eBay Inc.</owners>
88
<authors>Sandeep Dhiman</authors>

0 commit comments

Comments
 (0)