Installing the SDK

.NET SDK Installation

To integrate FME SDK into your .NET application, you must first install the SDK through a package manager. VWO .NET SDK can be installed using NuGet Package Manager NuGet.

Requirements

📘

Note:

.NET standard 2.0 or higher

Compatible with .NET Core, .NET Framework, and .NET 5+

To integrate the FME .NET SDK into your application, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.

## Using .NET CLI
dotnet add package VWO.FME.Sdk


### Using Package Manager
PM> Install-Package VWO.FME.Sdk


Source Code

The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.