Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.95 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.95 KB

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