Skip to content

Releases: brutaldev/StrongNameSigner

1.4.5

16 May 14:49
Compare
Choose a tag to compare

Allow for using multiple input directories in the console application using -in. This makes is easier to process all referenced assemblies as a single call so you don't need to sign the entire packages directory for example (slow).

1.4.4

19 Apr 16:05
Compare
Choose a tag to compare

Fix issue reported by Martijn Burgers that leaves assemblies invalid if they contain InternalsVisibleTo attributes without public keys. Signed assemblies cannot expose internals to non-signed assemblies so these invalid references are removed to ensure newly signed assemblies remain valid.

1.4.3

07 Jan 06:22
Compare
Choose a tag to compare

Pull request from @Bringer128 that fixes issue #8 and #9.

Fixes strange problem with signature after correcting file references by re-signing the assembly that gets fixed.

1.4.2

23 Aug 14:49
Compare
Choose a tag to compare

Updates to fix InternalsVisibleTo attributes to point to newly signed assemblies when fixing assembly references (issue #6).

1.4.1

14 Jul 17:05
Compare
Choose a tag to compare

Fixes issue #5 regarding assembly resolution.
Fix failed writes when using an output directory that does not exist.
Signed the installer.

Direct Download: http://www.brutaldev.com/file.axd?file=StrongNameSigner_Setup.exe

1.4

28 Jan 18:53
Compare
Choose a tag to compare
1.4

Allow password protected PFX files to be used.
Fix a few UI bugs with selecting and validating strong-name files.

Direct Download: http://www.brutaldev.com/file.axd?file=StrongNameSigner_Setup.exe

1.3

19 Jan 17:39
Compare
Choose a tag to compare
1.3

Fixed a bug where assemblies copied to a new location (using the output option) would not have the references corrected.

1.2

19 Nov 16:50
Compare
Choose a tag to compare
1.2

Official release with reference correcting and using Mono.Cecil for assembly manipulation.

Installer: http://www.brutaldev.com/file.axd?file=StrongNameSigner_Setup.exe