konrad-kruczynski / elfsharp

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

Added .NET 4.5 and CI build with AppVeyor #42

Closed bastianeicher closed 5 years ago

bastianeicher commented 6 years ago

This pull request adds .NET 4.5 builds with strong name signing.

It also adds AppVeyor configuration for automatic CI builds on Windows and Linux. This can be extended to automate pushing of NuGet packages.

You can see CI builds of my fork as an exmample here: https://ci.appveyor.com/project/bastianeicher/elfsharp

konrad-kruczynski commented 5 years ago

Finally had a time to look at this pull request, looks good to me. Also thanks for the appveyor hint.

bastianeicher commented 5 years ago

@konrad-kruczynski Could you perhaps publish a new release on NuGet that includes the .NET 4.5 target?

konrad-kruczynski commented 5 years ago

Sorry for the late reply. I thought that I’ve already done that. Now it should really be there :)

— BR, Konrad

On 29 Aug 2018, at 13:13, Bastian Eicher notifications@github.com wrote:

@konrad-kruczynski Could you perhaps publish a new release on NuGet that includes the .NET 4.5 target?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

bastianeicher commented 5 years ago

No problem, thanks for the new build. :)

Happily in use in here.