From cd7a4ab8f80c58019bdbf9b2af57a04cf5dbaf78 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 13 Feb 2018 10:52:13 -0500 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 344212d..148c361 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ A [WiX](http://wixtoolset.org/) extension to read values from FileVersionInfo for a file on disk. +[![Build status](https://ci.appveyor.com/api/projects/status/fpyeytnq444ea2j7?svg=true)](https://ci.appveyor.com/project/ckaczor/wixfileversionextension) +[![NuGet](https://img.shields.io/nuget/v/WixFileVersionExtension.svg)](https://www.nuget.org/packages/WixFileVersionExtension) + +## Installation + +When using the NuGet package the reference doesn't get added automatically and Visual Studio 2017 seems to no longer support custom install scripts. The reference will have to be added/updated manually by selecting the DLL from the packages directory. + ## Authors * **Chris Kaczor** - *Initial work* - https://github.com/ckaczor - https://chriskaczor.com