eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
56 stars 42 forks source link

Version 2.* has no namespace #37

Open urwani opened 1 year ago

urwani commented 1 year ago

the using directives doesn't work in Version 2.*

using eBay.ApiClient.Auth.OAuth2;

I can't use any function, because type and namespaces are not found. (Using C#, VS 2022, Console App, .Net 7.0)

LokeshRishi commented 1 year ago

@urwani Thank you for reporting the issue. I have published version 2.0.2. Would you mind confirming if the issue is resolved now?