Skip to content

Releases: brutaldev/StrongNameSigner

2.9.1

16 Nov 21:50
Compare
Choose a tag to compare
  • Fix issues #66.
  • Remove validation for missing key file (will generate one).

https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/2.9.1

2.9.0

02 Nov 11:11
Compare
Choose a tag to compare
  • 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

12 Dec 07:02
Compare
Choose a tag to compare
  • 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

25 Nov 10:04
Compare
Choose a tag to compare
  • 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

18 Sep 23:02
Compare
Choose a tag to compare

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

29 Aug 13:17
Compare
Choose a tag to compare

Better handling of PDB files (pull request #48).

2.2.0

28 Aug 20:22
Compare
Choose a tag to compare

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

18 Jan 20:32
Compare
Choose a tag to compare

Reset the read-only file attribute on any files before they are copied or signed (issue #43)

2.1.3

12 May 21:27
Compare
Choose a tag to compare

Includes the ability to set the $(StrongNameSignerDirectory) variable (issue #37).
No code changes.

2.1.2

01 May 08:29
Compare
Choose a tag to compare

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)