This article describes how to install the SystemWeaver.Connection NuGet Package using Visual Studio.
Prerequisites
- Visual Studio with the .NET Desktop Development workload
- SystemWeaver.Connection is only compatible with .NET Framework. The Client API is also available for use in .NET Core for .NET Standard solutions.
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.
Supported versions:
SystemWeaver Release | Nuget Version |
Torp R49 For 1.54.3.37945 the files are supplied to customers in product delivery. | 1.54.3.38000 |
Delsjön R48 For 1.54.1.32409 the files are supplied to customers in product delivery. | 1.54.1.32413 |
Sävenäs R47 For 1.54.1.28450, the files are supplied to customers in product delivery | 1.54.1.28454 |
Kålltorp R46 For 1.54.1.22935, the files are supplied to customers in product delivery. | 1.54.1.22975 |
Lunden R45 For 1.54.1.18822, the files are supplied to customers in product delivery. | 1.54.1.18823 |
Kviberg R44 For 1.54.0.17065, the files are supplied to customers in product delivery. | 1.54.1.17139 |
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.
Note: With releases Lunden R45 and earlier, it is not possible to retrieve icons using the Nuget package. To do this, you would need to use the SystemWeaverClientApi.dll. |