khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 157 forks source link

Enable strong name signing #44

Closed bastianeicher closed 2 years ago

bastianeicher commented 4 years ago

This PR enables strong name signing for the library.

While strong name signing is becoming less common these days, especially with .NET Core, it is a prerequisite for being able to use this library as a dependency in another library that itself has strong name signing enabled.

Resolves #30.

istoriel commented 3 years ago

@khalidabuhakmeh , can this be merged into the package, so more projects can use ConsoleTables? :)

MarcoRossignoli commented 3 years ago

+1