brutaldev / StrongNameSigner

Strong-name sign third party .NET assemblies without the source code.
https://brutaldev.com/post/net-assembly-strong-name-signer
Other
327 stars 68 forks source link

Added support for wildcard package names. #20

Closed jlegan closed 8 years ago

jlegan commented 8 years ago

Should do it. I don't have Git setup on this box so I dragged and dropped the only two files I changed (Program and Options).

brutaldev commented 8 years ago

This has been added in release 1.7.0. You can also get a copy on NuGet.

I took a slightly different approach because I wanted more than one wildcard as well as wildcards in multiple directory segments. I've described this in the readme, this is the commit with the changes.

Let me know how that works for you. This solution should be flexible enough for most people's needs covering lib versions, unknown directory names and versions.