sibartlett / Geo

A geospatial library for .NET
https://www.nuget.org/packages/Geo/
GNU Lesser General Public License v3.0
176 stars 39 forks source link

Sign (strong name) the assembly in the nuget package #28

Open SamVanhoutte opened 7 years ago

SamVanhoutte commented 7 years ago

Hello, As my application has to be strong named and signed, I cannot use the nuget package from Geo in my project. Now I have to clone and build myself, which is obviously not ideal (as I prefer to leverage the nuget version support & upgrade). Any plan to have this added? (and maybe keep two versions, to maintain backwards compatibility?)

Cheers