soukoku / ntwain

A TWAIN lib for dotnet.
MIT License
119 stars 50 forks source link

Unable to use NTwain 3.7.3 NuGet package due to no strong-name #56

Closed JoshuaBurrows closed 7 months ago

JoshuaBurrows commented 7 months ago

Hi,

I'm attempting to use the NTwain package in a project that is strong-named and get the following exception.

Exception

Just wondering if it would be possible to add a strong-name to the assembly?

Thanks in advance.

soukoku commented 7 months ago

I added a 3.7.4 that should have it.

JoshuaBurrows commented 7 months ago

Great, I've just updated the package and the issue has been resolved. I appreciate the quick fix!

Thanks.