Skip to content

cake-contrib/Cake.StrongNameSigner

Repository files navigation

Cake.StrongNameSigner

standard-readme compliant Appveyor build Codecov Report NuGet package

Cake.StrongNameSigner is an Addin for Cake which allows the execution of the StrongNameSigner.Console.exe.

Table of Contents

Install

#addin nuget:?package=Cake.StrongNameSigner

Usage

#addin nuget:?package=Cake.StrongNameSigner

Task("MyTask").Does(() => {
  StrongNameSigner();
});

Maintainer

Gary Ewan Park @gep13

Contributing

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.

License

MIT License © Cake Contributions