Releases: brutaldev/StrongNameSigner
Releases · brutaldev/StrongNameSigner
3.5.0
3.4.0
3.3.3
Fix #86 - Generic error handling to continue processing files that cause unusual errors.
Fix #89 - Ignore copy/overwrite failures if files are locked.
Fix #90 - Change the name of the "Signed" column to "Strong-named" to avoid confusion.
Fix #92 - Ignore custom attribute errors when it comes to assembly resolution.
NuGet: https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/3.3.3
3.3.2
- Update custom attributes with type reference arguments.
- Remove unreferenced friend assemblies.
NuGet: https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/3.3.2
3.3.1
- Fix task order default values.
NuGet: https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/3.3.1
3.3.0
- Added ability to control when SNS is executed.
- Fix probing issues on full .NET assembly loading.
- Fixed file locking issues preventing signing (can still have errors deleting new temporary files).
- Added extra logging.
NuGet: https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/3.3.0
3.2.1
https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/3.2.1
- Prevent locking issues with friend references being written after their referencing assemblies.
- No longer remove friend references for assemblies not included in the signing list.
- Minor optimizations.