mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #66] In 2.9.0 release, usage of parameter -a to sign a single assembly is broken #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samarunraj on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/66
Originally assigned to: @brutaldev on GitHub.
github.com/brutaldev/StrongNameSigner@330a4ce159/src/Brutal.Dev.StrongNameSigner.Console/Program.cs (L152)The above line assumes InputDirectory is valid when "-a" option is used.
StrongNameSigner.Console -a MyUnsignedAssembly.dll -k PersonalKey.snk@brutaldev commented on GitHub (Nov 16, 2021):
Thanks, fixed in 2.9.1: https://github.com/brutaldev/StrongNameSigner/releases/tag/v2.9.1