MdlpApiClient 1.4.2

dotnet add package MdlpApiClient --version 1.4.2
NuGet\Install-Package MdlpApiClient -Version 1.4.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="MdlpApiClient" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MdlpApiClient --version 1.4.2
#r "nuget: MdlpApiClient, 1.4.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 MdlpApiClient as a Cake Addin
#addin nuget:?package=MdlpApiClient&version=1.4.2

// Install MdlpApiClient as a Cake Tool
#tool nuget:?package=MdlpApiClient&version=1.4.2

Честный знак. ИС «Маркировка». МДЛП — MDLP REST API client.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  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.

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.4.2 483 9/23/2022
1.4.1 752 11/6/2020
1.4.0 467 5/29/2020
1.3.0 417 5/21/2020
1.2.0 442 4/29/2020
1.1.0 426 4/24/2020
1.0.0 457 4/23/2020

Beta release. What's new:

     v1.4.2:
     — Added support for XSD v1.38 (2022/06/08)
     — Removed single-file version project

     v1.4.1:
     — Added new XSD schemas, v1.35 (2020/10/23): 702, 703

     v1.4.0:
     — Support for XSD v1.35
     — Set default XSD schema version
     — Avoid formatting non-JSON content in trace
     — Updated RightsEnum, added new constants

     v1.3.0:
     — Support for MDLP API v3.06.1
     — Added GetSsccFullHierarchy method
     — Added AuthTypeEnum, GroupTypeEnum, SgtinEmissionType, SgtinStatus, UserStatus, UserStatusReason
     — Updated BranchFilter, DocFilter, Sgtin, SgtinExtended, UserBase, MedProduct, MedProductPublic
     — Added support for the request rate limits

     v1.2.0:
     — Worked around DateTime serialization issues.

     v1.1.0:
     — SendDocument, GetDocument and GetTicket are working with document classes, not strings.
     — Added GetDocumentText and GetTicketText methods to return strings.
     — Added XmlSerializationHelper class.
     — Automatic selection of SendDocument and SendLargeDocument based on the document size.
     — Sandbox support.

     v1.0.0:
     — Initial implementation.