Megapharma.MerlinSDK.Middleware
1.49.1.2
See the version list below for details.
dotnet add package Megapharma.MerlinSDK.Middleware --version 1.49.1.2
NuGet\Install-Package Megapharma.MerlinSDK.Middleware -Version 1.49.1.2
<PackageReference Include="Megapharma.MerlinSDK.Middleware" Version="1.49.1.2" />
paket add Megapharma.MerlinSDK.Middleware --version 1.49.1.2
#r "nuget: Megapharma.MerlinSDK.Middleware, 1.49.1.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
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 | 113 | 6/21/2024 |
1.49.1.3 | 106 | 6/20/2024 |
1.49.1.2 | 306 | 3/21/2024 |
1.49.1.1 | 149 | 3/14/2024 |
1.48.5.2-beta | 539 | 8/11/2023 |
1.48.5.1-beta | 495 | 7/14/2023 |
1.46.2.1 | 896 | 3/21/2023 |
1.46.2 | 605 | 3/21/2023 |
1.46.1 | 1,318 | 6/28/2022 |
1.43.1 | 824 | 3/9/2022 |
1.38.1.2 | 852 | 8/20/2021 |
1.38.1.1 | 933 | 11/17/2020 |
1.34.7.1 | 932 | 6/17/2020 |
1.32.1.2 | 931 | 3/10/2020 |
1.29.1.1 | 970 | 1/15/2020 |
1.28.1.1 | 905 | 1/15/2020 |
1.26.2.1-beta | 864 | 11/8/2019 |
1.26.1.2 | 1,362 | 1/13/2020 |
1.26.1.1 | 919 | 10/23/2019 |
1.24.1.1 | 937 | 10/17/2019 |
1.24.1.1-beta | 783 | 10/16/2019 |
1.20.3.1 | 929 | 9/25/2019 |
1.20.3.1-beta | 766 | 9/25/2019 |
1.20.2.4 | 963 | 8/29/2019 |
1.20.2.3 | 928 | 8/26/2019 |
1.20.2.2 | 930 | 8/23/2019 |
1.20.2.1 | 1,029 | 7/29/2019 |
1.20.1.1 | 983 | 6/26/2019 |
1.20.1.1-beta | 846 | 6/12/2019 |
1.13.2.1 | 1,029 | 6/7/2019 |
1.13.1.12 | 1,007 | 4/25/2019 |
1.13.1.11 | 1,106 | 4/22/2019 |
1.13.1.10 | 1,063 | 4/22/2019 |
1.13.1.9 | 1,007 | 4/18/2019 |
1.13.1.7 | 990 | 3/8/2019 |
1.13.1.6 | 1,028 | 2/28/2019 |
1.13.1.5 | 1,015 | 2/28/2019 |
1.13.1.4 | 1,014 | 2/21/2019 |
1.13.1.3 | 1,215 | 12/3/2018 |
1.13.1.2 | 1,122 | 11/30/2018 |
1.13.1.1 | 1,084 | 11/30/2018 |
1.13.1 | 1,115 | 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.