Megapharma.MerlinSDK.Middleware 1.49.1.2

dotnet add package Megapharma.MerlinSDK.Middleware --version 1.49.1.2
NuGet\Install-Package Megapharma.MerlinSDK.Middleware -Version 1.49.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Megapharma.MerlinSDK.Middleware" Version="1.49.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Megapharma.MerlinSDK.Middleware --version 1.49.1.2
#r "nuget: Megapharma.MerlinSDK.Middleware, 1.49.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Megapharma.MerlinSDK.Middleware as a Cake Addin
#addin nuget:?package=Megapharma.MerlinSDK.Middleware&version=1.49.1.2

// Install Megapharma.MerlinSDK.Middleware as a Cake Tool
#tool nuget:?package=Megapharma.MerlinSDK.Middleware&version=1.49.1.2

Merlin SDK is useful to abstract interactions with Merlin API

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.49.1.2 141 3/21/2024
1.49.1.1 127 3/14/2024
1.48.5.2-beta 477 8/11/2023
1.48.5.1-beta 466 7/14/2023
1.46.2.1 746 3/21/2023
1.46.2 578 3/21/2023
1.46.1 1,285 6/28/2022
1.43.1 794 3/9/2022
1.38.1.2 825 8/20/2021
1.38.1.1 903 11/17/2020
1.34.7.1 903 6/17/2020
1.32.1.2 904 3/10/2020
1.29.1.1 942 1/15/2020
1.28.1.1 886 1/15/2020
1.26.2.1-beta 838 11/8/2019
1.26.1.2 1,332 1/13/2020
1.26.1.1 898 10/23/2019
1.24.1.1 916 10/17/2019
1.24.1.1-beta 756 10/16/2019
1.20.3.1 897 9/25/2019
1.20.3.1-beta 735 9/25/2019
1.20.2.4 935 8/29/2019
1.20.2.3 902 8/26/2019
1.20.2.2 908 8/23/2019
1.20.2.1 995 7/29/2019
1.20.1.1 960 6/26/2019
1.20.1.1-beta 826 6/12/2019
1.13.2.1 1,002 6/7/2019
1.13.1.12 979 4/25/2019
1.13.1.11 1,073 4/22/2019
1.13.1.10 1,036 4/22/2019
1.13.1.9 978 4/18/2019
1.13.1.7 965 3/8/2019
1.13.1.6 998 2/28/2019
1.13.1.5 989 2/28/2019
1.13.1.4 992 2/21/2019
1.13.1.3 1,189 12/3/2018
1.13.1.2 1,096 11/30/2018
1.13.1.1 1,055 11/30/2018
1.13.1 1,091 11/30/2018

> New Feature: User Impersonation. It is now possible to instantiate the SDK with a user who has sufficient permissions to perform interactions as any other user in the system. This will be feasible if the user's profile has "Impersonate" permissions enabled. You can connect with the Merlin SDK as usual but specify which user you would like to impersonate, so all interactions will be executed as if performed by this other user.

     > IMPORTANT: This version require that your Merlín environment runs at v1.049.1 or higher.