Cake.StrongNameSigner is an Addin for Cake which allows the execution of the StrongNameSigner.Console.exe.
#addin nuget:?package=Cake.StrongNameSigner
#addin nuget:?package=Cake.StrongNameSigner
Task("MyTask").Does(() => {
StrongNameSigner();
});
Cake.StrongNameSigner follows the Contributor Covenant Code of Conduct.
We accept Pull Requests. Please see the contributing file for how to contribute to Cake.StrongNameSigner.
Small note: If editing the Readme, please conform to the standard-readme specification.