Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.36 KB

installing.md

File metadata and controls

25 lines (18 loc) · 1.36 KB

Installing and updating OpenKit .NET

Prerequisites

OpenKit .NET requires .NET Framework 3.5+ or .NET Core 1.0+.

Obtaining OpenKit .NET

OpenKit .NET is available as NuGet package on nuget.org and should be used via Visual Studio's builtin NuGet package manager or via the NuGet console.

An alternative way, if automatic dependency management is not possible, is to obtain the released zip file from GitHub Releases. Unzip the downloaded file and add the dll matching your framework as dependency.

Updating OpenKit .NET

The recommended approach is to to update OpenKit .NET as NuGet Package from nuget.org.

An alternative way, if automatic dependency management is not possible, is to obtain the released zip file from GitHub Releases. Unzip the downloaded file and add the dll matching your framework as dependency.

Release notifications

GitHub offers the possibility to receive notifications for new releases. Detailed instructions are available on the Watching and unwatching releases for a repository page.