ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
302 stars 73 forks source link

Signed the assembly #6

Closed Sicos1977 closed 7 years ago

Sicos1977 commented 7 years ago

Hi,

I signed the assembly so that OpenMcdf can also be used from strong named projects

bormm commented 7 years ago

Dear Federico, I added the missing strong name to OpenMcdf.Extensions and OpenMcdf.Test to this pull request. Compiling and the unittest is working for me now. Updating the official nuget package would be very helpful! Please merge.

ironfede commented 7 years ago

I've commited changes for strong name in OpenMcdf. In order to properly have a reference (not really :-) ) private key I could not directly merge your pull request. Thank you very much for your advice. Nuget package will follow shortly. Best Regards, Federico

Sicos1977 commented 7 years ago

Your welcome and keep up the good work with you project. I have used it many times, it works like a charm.