diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-17 15:11:28 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-17 18:09:17 -0700 |
| commit | 824e72cfc0653450e074bebfb51f61b8ecd86085 (patch) | |
| tree | 9210c98a1556fce68b3dcf028f2377918d2ee0f8 /src/ext/Bal | |
| parent | a962b626a238dab205c7d0dccd52120081ccf5d3 (diff) | |
| download | wix-4.0.0-preview.0.tar.gz wix-4.0.0-preview.0.tar.bz2 wix-4.0.0-preview.0.zip | |
WiX Toolset v4-preview.0v4.0.0-preview.0
Diffstat (limited to 'src/ext/Bal')
| -rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | 4 | ||||
| -rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj index f74baa9a..c0f17975 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
| 7 | <RootNamespace>WixToolset.Bal</RootNamespace> | 7 | <RootNamespace>WixToolset.Bal</RootNamespace> |
| 8 | <Description>WiX Toolset Bal Extension</Description> | 8 | <Description>WiX Toolset Bundle extension</Description> |
| 9 | <Title>WiX Toolset Bal Extension</Title> | 9 | <Title>WiX Toolset Bundle extension</Title> |
| 10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
| 11 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec index c99c803f..5bf600fb 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | <version>$version$</version> | 5 | <version>$version$</version> |
| 6 | <authors>$authors$</authors> | 6 | <authors>$authors$</authors> |
| 7 | <owners>$authors$</owners> | 7 | <owners>$authors$</owners> |
| 8 | <icon>wix-white-bg.png</icon> | ||
| 8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
| 9 | <projectUrl>https://github.com/wixtoolset/Bal.wixext</projectUrl> | 10 | <projectUrl>https://github.com/wixtoolset/Bal.wixext</projectUrl> |
| 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| @@ -16,6 +17,7 @@ | |||
| 16 | 17 | ||
| 17 | <files> | 18 | <files> |
| 18 | <file src="$projectFolder$\$id$.targets" target="build" /> | 19 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | ||
| 19 | 21 | ||
| 20 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
| 21 | 23 | ||
