Update nuspec

This commit is contained in:
2018-02-11 16:26:02 -05:00
parent 004cef288a
commit b324542897

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package>
<metadata> <metadata>
<id>WixBalExtensionExt</id> <id>WixBalExtensionExt</id>
<version>1.0.0</version> <version>$version$</version>
<description>A fork of of the extended WiX bootstrapper Application that adds options to automatically launch the installed application when running in either passive or quiet modes.</description>
<authors>Chris Kaczor</authors> <authors>Chris Kaczor</authors>
<owners>Chris Kaczor</owners>
<description>A fork of of the extended WiX bootstrapper Application that adds options to automatically launch the installed application when running in either passive or quiet modes.</description>
</metadata> </metadata>
</package> </package>