oldrev / Sandwych.QuickGraph

Sandwych.QuickGraph is a port of the awesome QuickGraph to .NET Standard, it provides generic directed/undirected graph datastructures and algorithms for .NET.
Microsoft Public License
27 stars 6 forks source link

Sign assemblies #7

Open ermshiperete opened 4 years ago

ermshiperete commented 4 years ago

This PR creates strong-named versions of the assemblies. While this doesn't have any benefits in regards to security it helps those projects that (for whatever reason) are required to create strong-named assemblies because all dependencies have to be strong-named as well.

Since signing an assembly doesn't help in any ways in regards to security, it doesn't hurt if we add the key file to the repo.

This PR also adds the version and file version to the assemblies. It also fixes the nuget package version for Sandwych.QuickGraph.Core.

oldrev commented 4 years ago

Thanks for your contribution, I'll find some spare time to fix the CI problem(s).