From 7c83ea9bfe1f602b323beb9c1fb1cdf85e065ad9 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 21 Dec 2014 18:11:07 +0930 Subject: [PATCH] removed this README --- Octokit/DocPlagiarizer.README.md | 17 ----------------- Octokit/Octokit.csproj | 1 - 2 files changed, 18 deletions(-) delete mode 100644 Octokit/DocPlagiarizer.README.md diff --git a/Octokit/DocPlagiarizer.README.md b/Octokit/DocPlagiarizer.README.md deleted file mode 100644 index b1195882..00000000 --- a/Octokit/DocPlagiarizer.README.md +++ /dev/null @@ -1,17 +0,0 @@ -#DocPlagiarizer - -##What is it? - -A build task for MSBuild that will copy xml documentation comments from interfaces to implementations. - -##How do I install it? - -Install using NuGet - - Install-Package DocPlagiarizer - -This will add the build task to your project, create a build target that calls the task and set that target to run before `Build`. - -##How do I use it? - -Build your project and let your editor reload any changed files. \ No newline at end of file diff --git a/Octokit/Octokit.csproj b/Octokit/Octokit.csproj index 192848c8..dc88d6e7 100644 --- a/Octokit/Octokit.csproj +++ b/Octokit/Octokit.csproj @@ -380,7 +380,6 @@ - Designer