Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brutaldev committed Jan 11, 2022
2 parents 0ea179b + b78dd02 commit f302324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.NET Assembly Strong-Name Signer
=================
[![Build status](https://ci.appveyor.com/api/projects/status/www2a5bfbrwn8piu)](https://ci.appveyor.com/project/brutaldev/strongnamesigner)

Utility software to strong-name sign .NET assemblies, including assemblies you do not have the source code for. If you strong-name sign your own projects you may have noticed that if you reference an unsigned third party assembly you get an error similar to "*Referenced assembly 'A.B.C' does not have a strong name*". If you did not create this assembly, you can use this tool to sign the assembly with your own (or temporarily generated) strong-name key. The tool will also re-write the assembly references (as well as any InternalsVisibleTo references) to match the new signed versions of the assemblies you create.

Expand Down

0 comments on commit f302324

Please sign in to comment.