Skip to content
Bastian Noffer edited this page Jul 26, 2017 · 3 revisions

Welcome to the ownCloud# wiki!

NuGet

As of July 22nd 2017 we have made available ownCloud# and its dependancies as a NuGet package.

To install ownCloud#, run the following command in the Package Manager Console:

Install-Package bnoffer.owncloudsharp

In addition you should be able to find the package in the NuGet Gallery of Visual Studio as well.

This package includes everything you need including RestSharp.

FAQ

Where to get RestSharp for .NET 3.5?

You need to build it yourself. RestSharp can be obtained from the projects GitHub here: https://github.com/restsharp/RestSharp To my knowledge the primary project "RestSharp" in the solution is the one targeting .Net 3.5.

I attached my build of RestSharp 105.2.3 to issue #9

Clone this wiki locally