DesignEngrLab / MIConvexHull

A .Net fast convex hull library for 2, 3, and higher dimensions.
http://designengrlab.github.io/MIConvexHull/
MIT License
341 stars 60 forks source link

NuGet package #14

Closed mc0re closed 7 years ago

mc0re commented 7 years ago

It'd be great to have MIConvexHull NuGet package strong-named (signed).

micampbell commented 7 years ago

hmm, I don't know what this means. Can you say more? send links?

mc0re commented 7 years ago

The MIConvexHull DLL is currently not signed. Singing it is a simple process, described e.g. here: https://docs.microsoft.com/en-us/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name

Unless I am mistaken, I see no problem in creating a private/public key pair specifically for the purpose of this project, and publishing both. As long as they are not reused in other projects, I can't imagine how this can go wrong :-)

micampbell commented 7 years ago

thanks, it is now signed.