From 44d138addc044251b8c57b7cd6eee50b7afa0b79 Mon Sep 17 00:00:00 2001 From: AlexEyler Date: Sat, 10 Oct 2015 15:00:00 -0700 Subject: [PATCH] Add appveyor badge and link to gallery --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e12371..dec5fab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Copy as path command +[![Build status](https://ci.appveyor.com/api/projects/status/99j93hxvqrd7b440?svg=true)](https://ci.appveyor.com/project/AlexEyler/vscopyaspathcommand) +[Download from the visual studio gallery](https://visualstudiogallery.msdn.microsoft.com/81783181-c948-489f-a434-10603e3825bd?SRC=Home) + Add a command to the context menu for project items that copies the absolute path of the item to the clipboard. ![CopyAsPathCommand](https://raw.githubusercontent.com/AlexEyler/VSCopyAsPathCommand/master/CopyAsPathCommand/Resources/preview_image_200x200.png)