This article describes how to install the SystemWeaver.Connection NuGet Package using Visual Studio.
Prerequisites
- Visual Studio with the .NET Desktop Development workload
1. Create a new project or open an existing one where you want to use the SystemWeaver.Connection API.
2. Next, use one of the following options for installing.
Option 1
- Go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution...
- Click Browse.
- Search for SystemWeaver, select the version you need of SystemWeaver.Connection or SystemWeaver.Connection.Core, and install it in your project. Be sure to select the version that is compatible with the version of SystemWeaver you are running.
SystemWeaver Version Nuget Version R31-R32 1.0.0.24474 R33 (1.51.1.25994) 1.0.0.25994 R34 (1.51.1.1547) 1.51.1.1798 R35 (1.51.1.2754)
For 1.51.1.2752, contact support@systemite.se for Nuget files.1.51.1.2754 R36 (1.52.0.3942)
For 1.52.0.3901, contact support@systemite.se for Nuget files.1.52.0.3942
Tip: The Client API is also available for use in .Net Core. |
Option 2
- Open the package manager console and type "Install-Package SystemWeaver.Connection"
You are now ready to use the API. For more information about the API, see Introduction to the SystemWeaver API in C#. If you installed the API via NuGet, skip to step 2.