Releases: brutaldev/StrongNameSigner
Releases · brutaldev/StrongNameSigner
2.9.0
- Fix issues #38 and tested #44.
- Update version numbers.
- Ignore delay signed assemblies that simply throw exception.
- Fix password field not being disabled in the UI.
- Update packages.
2.7.1
- Improved performance of automated build task by ignoring checks against SDK and standard library assemblies that will/should always be signed anyway (Issue #57).
- Improved errors when files are not found.
- Log with high priority when files are being changed during the automated signing process.
2.6.0
- Add ability to disable console signing using an environment variable called
SNS_DISABLE_CONSOLE_SIGNING
. Valid values are true
or false
(Issue #56).
- Added ability to detect delay-signed assemblies and treat them as being unsigned (Issue #53).
2.4.0
Create temp folder away from the source of the files being signed.
Updated to latest Mono.Cecil (0.11), possibly fixes a number of .NET Core signing issues.
2.3.0
Better handling of PDB files (pull request #48).
2.2.0
Update to the latest version of Mono.Cecil.
Fix file locking issues that appeared as a result of the update.
Cache differently to avoid file locks (issue #47).
2.1.4
Reset the read-only file attribute on any files before they are copied or signed (issue #43)
2.1.3
Includes the ability to set the $(StrongNameSignerDirectory) variable (issue #37).
No code changes.
2.1.2
Do not use cache if file contents have changed (issue #34).
Revert back to stable Mono.Cecil because the new version (beta5) locks files on disk (issue #35)