microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 304 forks source link

[Question] Release library with strong name. #241

Closed KeRNeLith closed 3 years ago

KeRNeLith commented 4 years ago

Hello,

I would like to know if it is planned or possible to release a new version of the library using strong names? I see that recently the assembly signing for strong naming the library has been added. This would be great for consumers of the package already signing their assemblies.

I'm the owner of QuikGraph and recently I made a bridge module from QuikGraph to MSAGL but I have some issues and the package is not working very well due to the fact I'm strong naming my library but the available MSAGL packages are not.

Thanks in advance.

KeRNeLith commented 3 years ago

I managed to do a version of QuikGraph.MSAGL module using the latest version of AutomaticGraphLayout nugets. Here is the new version of the package.