Nuget package installed, but no owncloudsharp namespace
Good day,
I installed the nuget, went without any errors. I can see the dependencies installed in "References", but no owncloudsharp for some reason. I am using VS2015 and an MVC 5 (.Net 4.5.1) project. Namespace is also not recognized.
edit:
Managed to manually add the project owncloud-sharp, turned it to a classic library project, added missing dependencies and nugets. Works like a charm!
Thanks for confirming this issue. I encountered this myself. The problem is that for some reason all library references get added after the NuGet installation, except the reference to the ownCloud# library. As soon as I have more time, I'll investigate why that is.
There is a problem with the 0.4.0 package on NuGet, please use the 0.3.0 version.