Files
WixFileVersionExtension/README.md
2018-02-13 10:52:13 -05:00

19 lines
897 B
Markdown

# WixFileVersionExtension
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
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.