Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 586 Bytes

Ledman Sender API wrapper

NuGet

This is .NET wrapper for the Ledman API for their senders.

NOTE: Right now library dependent on the 32-bit native library, so make sure that your project specifically build for x86 platform, and not AnyCPU, or x64 otherwise you will get crash with BadImageFormatException.

Library Supported .NET 4.5.1 and .NET Standard 1.1

You could find package in NuGet as Codevision.Ledman

Development instructions