mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #4] Fix references when alternative output directory is provided. #3
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 @bentayloruk on GitHub (Jan 19, 2014).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/4
Originally assigned to: @brutaldev on GitHub.
If you select an alternative output directory for the signed assemblies, then references are not fixed up (as the method looks at the previous unsigned version in the source path and considers it a no-op).
I was going to submit a PR, but don't have time right now, so logged this here.
@brutaldev commented on GitHub (Jan 19, 2014):
Thanks for reporting this, it's been fixed up in v1.3.0.0.
@bentayloruk commented on GitHub (Jan 21, 2014):
Thanks!