diff --git a/README.md b/README.md index 83cd6c0..00989c0 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ version of the .NET Standard. # Add the eBay.OAuth.Client NuGet Package -**Current Version** : 2.0.1 +**Current Version** : 2.0.2 Use of this source code is governed by [Apache-2.0 license](https://opensource.org/licenses/Apache-2.0).If you’re looking -for the latest stable version (2.0.1), you can grab it directly from +for the latest stable version (2.0.2), you can grab it directly from NuGet.org. ``` xml @@ -54,7 +54,7 @@ https://www.nuget.org/packages/eBay.OAuth.Client **eBay.OAuth.Client** package: ``` xml -Install-Package eBay.OAuth.Client -Version 2.0.1 +Install-Package eBay.OAuth.Client -Version 2.0.2 ``` - After the command completes, open the **.csproj** file to see the @@ -62,7 +62,7 @@ Install-Package eBay.OAuth.Client -Version 2.0.1 ``` xml - + ``` @@ -72,7 +72,7 @@ Install-Package eBay.OAuth.Client -Version 2.0.1 **eBay.OAuth.Client** package: ``` xml -dotnet add package eBay.OAuth.Client --version 2.0.1 +dotnet add package eBay.OAuth.Client --version 2.0.2 ``` - After the command completes, open the **.csproj** file to see the @@ -80,7 +80,7 @@ dotnet add package eBay.OAuth.Client --version 2.0.1 ``` xml - + ``` @@ -90,7 +90,7 @@ dotnet add package eBay.OAuth.Client --version 2.0.1 **eBay.OAuth.Client** package: ``` xml -paket add eBay.OAuth.Client --version 2.0.1 +paket add eBay.OAuth.Client --version 2.0.2 ``` - After the command completes, open the **.csproj** file to see the @@ -98,7 +98,7 @@ paket add eBay.OAuth.Client --version 2.0.1 ``` xml - + ``` diff --git a/ebay-oauth-csharp-client/ebay-oauth-csharp-client.nuspec b/ebay-oauth-csharp-client/ebay-oauth-csharp-client.nuspec index 158ac93..30f37cb 100644 --- a/ebay-oauth-csharp-client/ebay-oauth-csharp-client.nuspec +++ b/ebay-oauth-csharp-client/ebay-oauth-csharp-client.nuspec @@ -2,10 +2,10 @@ eBay.OAuth.Client - 2.0.1 + 2.0.2 eBay OAuth C# Client eBay Inc. - Sandeep Dhiman + Sandeep Dhiman, Lokesh Rishi https://github.com/ebay/ebay-oauth-csharp-client/blob/master/LICENSE https://github.com/ebay/ebay-oauth-csharp-client/ true @@ -27,5 +27,6 @@ +