konrad-kruczynski / elfsharp

Pure managed C# library for reading ELF, UImage, Mach-O binaries.
https://elfsharp.it
Other
151 stars 56 forks source link

Strong-named assembly in NuGet package #32

Closed bastianeicher closed 8 years ago

bastianeicher commented 8 years ago

It would be great if you could add a strong-named assembly to the NuGet release of the library. That way ELFSharp could be referenced in projects that are themselves strong-named.

konrad-kruczynski commented 8 years ago

Good point, why not. I'll try to take care of this soon.

konrad-kruczynski commented 8 years ago

Maybe not so soon, but eventually done :)

bastianeicher commented 8 years ago

Awesome, thanks. :)

I'll be re-targeting the Zero Install Publishing Tools to .NET 4.0 using your new NuGet release soon.