diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-08 12:50:13 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 16:20:25 -0800 |
commit | 7e498d6348c26583972ea1cdf7d51dadc8f5b792 (patch) | |
tree | a6de8db79a4d18a6c373385792f07f402b2d2482 /src/Directory.Build.props | |
parent | 86146e8c044a1aea2ea162701b1fc344d19e4dc3 (diff) | |
download | wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.gz wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.bz2 wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.zip |
Ensure all published .nupkgs have an icon
Diffstat (limited to 'src/Directory.Build.props')
-rw-r--r-- | src/Directory.Build.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 90de177c..db9bf0b2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
@@ -30,6 +30,7 @@ | |||
30 | <PackageLicenseExpression>MS-RL</PackageLicenseExpression> | 30 | <PackageLicenseExpression>MS-RL</PackageLicenseExpression> |
31 | <Product>WiX Toolset</Product> | 31 | <Product>WiX Toolset</Product> |
32 | <ProjectUrl>https://wixtoolset.org/</ProjectUrl> | 32 | <ProjectUrl>https://wixtoolset.org/</ProjectUrl> |
33 | <PackageIcon>wix.png</PackageIcon> | ||
33 | 34 | ||
34 | <GitThisAssembly>false</GitThisAssembly> | 35 | <GitThisAssembly>false</GitThisAssembly> |
35 | <GitVersionFile>version.txt</GitVersionFile> | 36 | <GitVersionFile>version.txt</GitVersionFile> |