Hi! We use Cryptlex for our C# project. Currently we handle our 3rd party dependencies using internal Nuget server, so I have to pack the dlls manually each time a new version is released.
I want to simplify this and have a few proposals/questions:
Q1: Do you plan to start distributing Cryptlex dlls via Nuget?
Q2: Do you plan to create a native C# wrapper for your API so I don’t have to copy/paste interop code into my projects from demos and deal with it’s lower level API?
P1: For float client - please add corresponding methods to query server’s stat. Now I have to do separate web request to get license expiration time - this is very annoying.
P2: For float client - I don’t like the overhead of making a server query per each custom field to obtain a value. Can this be optimized? Ideally, all the fields should be transferred at the time of license lease.
P3: Can you embed a product version into dlls? This will help me in build automation.
P4: Can you post release notes somewhere on the site (not only in emails you send).
Thank you!
Best regards, Alex.