Megapharma.MerlinSDK.Middleware 1.49.1.4

dotnet add package Megapharma.MerlinSDK.Middleware --version 1.49.1.4                
NuGet\Install-Package Megapharma.MerlinSDK.Middleware -Version 1.49.1.4                
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.4" />                
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.4                
#r "nuget: Megapharma.MerlinSDK.Middleware, 1.49.1.4"                
#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.4

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

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.4 114 6/21/2024
1.49.1.3 107 6/20/2024
1.49.1.2 311 3/21/2024
1.49.1.1 150 3/14/2024
1.48.5.2-beta 540 8/11/2023
1.48.5.1-beta 496 7/14/2023
1.46.2.1 897 3/21/2023
1.46.2 606 3/21/2023
1.46.1 1,319 6/28/2022
1.43.1 825 3/9/2022
1.38.1.2 853 8/20/2021
1.38.1.1 934 11/17/2020
1.34.7.1 933 6/17/2020
1.32.1.2 932 3/10/2020
1.29.1.1 971 1/15/2020
1.28.1.1 906 1/15/2020
1.26.2.1-beta 865 11/8/2019
1.26.1.2 1,363 1/13/2020
1.26.1.1 920 10/23/2019
1.24.1.1 938 10/17/2019
1.24.1.1-beta 784 10/16/2019
1.20.3.1 930 9/25/2019
1.20.3.1-beta 767 9/25/2019
1.20.2.4 964 8/29/2019
1.20.2.3 929 8/26/2019
1.20.2.2 935 8/23/2019
1.20.2.1 1,030 7/29/2019
1.20.1.1 984 6/26/2019
1.20.1.1-beta 847 6/12/2019
1.13.2.1 1,030 6/7/2019
1.13.1.12 1,008 4/25/2019
1.13.1.11 1,107 4/22/2019
1.13.1.10 1,064 4/22/2019
1.13.1.9 1,008 4/18/2019
1.13.1.7 993 3/8/2019
1.13.1.6 1,029 2/28/2019
1.13.1.5 1,016 2/28/2019
1.13.1.4 1,015 2/21/2019
1.13.1.3 1,216 12/3/2018
1.13.1.2 1,125 11/30/2018
1.13.1.1 1,085 11/30/2018
1.13.1 1,116 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.
     > Bug fix: Issue with infinite retries in some cases
     > IMPORTANT: This version require that your Merlín environment runs at v1.049.1 or higher.