Downloads
SDK for .NET version | OpenKM Compatibility | Status | |
---|---|---|---|
Professional | Community | Download | |
SDK for .NET 4.14.0 |
Version 8.1.17 and above. |
Not compatible. |
|
SDK for .NET 3.34.0 |
Version 7.1.44 and above. |
Not compatible. |
|
SDK for .NET 1.4.0 |
Not compatible. |
Version 6.3.11 and above. |
Requirements
- .NET Framework 4.8.0
- Newtonsoft.Json.DLL library version 12.0.1
- RestSharp.DLL library version 106.10.1
- NLog library version 5.2.6
Add NuGet references to a project in Visual Studio
- Right-click the Project References -> Manage NuGet Packages
- Search "restsharp" -> Select version 106.10.1 and install it.
- Search "newtonsoft.json" -> Select version 12.0.1 and install it.
- Search "NLog" -> Select version 5.2.6 and install it.
- Build the project.